Skip to content

Commit

Permalink
Remove Lackadaisy (we are blocked)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Feb 14, 2024
1 parent 6f6b4d6 commit aa50afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
19 changes: 1 addition & 18 deletions dosagelib/plugins/l.py
Expand Up @@ -5,24 +5,7 @@
# SPDX-FileCopyrightText: © 2019 Daniel Ring
from ..scraper import ParserScraper, _ParserScraper
from ..helpers import bounceStarter, indirectStarter
from .common import ComicControlScraper, WordPressScraper, WordPressNaviIn


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)
from .common import ComicControlScraper, WordPressScraper


class Lancer(WordPressScraper):
Expand Down
1 change: 1 addition & 0 deletions dosagelib/plugins/old.py
Expand Up @@ -1603,6 +1603,7 @@ def getmodules(cls): # noqa: CFQ001
cls('GoComics/StoneSoupClassics'),
cls('GoComics/StuartCarlson'),
cls('KemonoCafe/PrincessBunny'),
cls('Lackadaisy', 'block'),
cls('MangaDex/ImTheMaxLevelNewbie', 'legal'),
cls('StudioKhimera/Mousechevious'),
cls('TalesAndTactics'),
Expand Down

0 comments on commit aa50afd

Please sign in to comment.