Skip to content

Commit

Permalink
Remove Everblue, they are blocking us (fixes #303)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Feb 19, 2024
1 parent 05b9be4 commit 48eb4ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 0 additions & 9 deletions dosagelib/plugins/e.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,6 @@ class Erstwhile(WordPressNavi):
endOfLife = True


class Everblue(ComicControlScraper):
url = 'http://www.everblue-comic.com/comic/'
stripUrl = url + '%s'
firstStripUrl = stripUrl % '1'

def namer(self, imageUrl, pageUrl):
return imageUrl.rsplit('/', 1)[-1].split('-', 1)[1]


class EverybodyLovesEricRaymond(_ParserScraper):
url = 'http://geekz.co.uk/lovesraymond/'
firstStripUrl = url + 'archive/slashdotted'
Expand Down
1 change: 1 addition & 0 deletions dosagelib/plugins/old.py
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,7 @@ def getmodules(cls): # noqa: CFQ001
cls('Angels2200', 'del'),
cls('BlackRose', 'brk'),
cls('CatenaManor/CatenaCafe'),
cls('Everblue', 'block'),
cls('FalseStart'),
cls('Ginpu'),
cls('GoComics/9ChickweedLaneClassics'),
Expand Down

0 comments on commit 48eb4ef

Please sign in to comment.