Remove Lackadaisy (we are blocked)
This commit is contained in:
parent
6f6b4d6603
commit
aa50afdbf7
2 changed files with 2 additions and 18 deletions
|
@ -5,24 +5,7 @@
|
||||||
# SPDX-FileCopyrightText: © 2019 Daniel Ring
|
# SPDX-FileCopyrightText: © 2019 Daniel Ring
|
||||||
from ..scraper import ParserScraper, _ParserScraper
|
from ..scraper import ParserScraper, _ParserScraper
|
||||||
from ..helpers import bounceStarter, indirectStarter
|
from ..helpers import bounceStarter, indirectStarter
|
||||||
from .common import ComicControlScraper, WordPressScraper, WordPressNaviIn
|
from .common import ComicControlScraper, WordPressScraper
|
||||||
|
|
||||||
|
|
||||||
class Lackadaisy(ParserScraper):
|
|
||||||
url = 'https://www.lackadaisy.com/comic.php'
|
|
||||||
stripUrl = url + '?comicid=%s'
|
|
||||||
firstStripUrl = stripUrl % '1'
|
|
||||||
imageSearch = '//div[@id="exhibit"]/img[contains(@src, "comic/")]'
|
|
||||||
prevSearch = '//div[@class="prev"]/a'
|
|
||||||
nextSearch = '//div[@class="next"]/a'
|
|
||||||
help = 'Index format: n'
|
|
||||||
starter = bounceStarter
|
|
||||||
|
|
||||||
def namer(self, imageUrl, pageUrl):
|
|
||||||
# Use comic id for filename
|
|
||||||
num = pageUrl.rsplit('=', 1)[-1]
|
|
||||||
ext = imageUrl.rsplit('.', 1)[-1]
|
|
||||||
return 'lackadaisy_%s.%s' % (num, ext)
|
|
||||||
|
|
||||||
|
|
||||||
class Lancer(WordPressScraper):
|
class Lancer(WordPressScraper):
|
||||||
|
|
|
@ -1603,6 +1603,7 @@ class Removed(Scraper):
|
||||||
cls('GoComics/StoneSoupClassics'),
|
cls('GoComics/StoneSoupClassics'),
|
||||||
cls('GoComics/StuartCarlson'),
|
cls('GoComics/StuartCarlson'),
|
||||||
cls('KemonoCafe/PrincessBunny'),
|
cls('KemonoCafe/PrincessBunny'),
|
||||||
|
cls('Lackadaisy', 'block'),
|
||||||
cls('MangaDex/ImTheMaxLevelNewbie', 'legal'),
|
cls('MangaDex/ImTheMaxLevelNewbie', 'legal'),
|
||||||
cls('StudioKhimera/Mousechevious'),
|
cls('StudioKhimera/Mousechevious'),
|
||||||
cls('TalesAndTactics'),
|
cls('TalesAndTactics'),
|
||||||
|
|
Loading…
Reference in a new issue