Remove Everblue, they are blocking us (fixes #303)

This commit is contained in:
Tobias Gruetzmacher 2024-02-19 01:01:45 +01:00
parent 05b9be4cd9
commit 48eb4ef204
No known key found for this signature in database
2 changed files with 1 additions and 9 deletions

View file

@ -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'

View file

@ -1588,6 +1588,7 @@ class Removed(Scraper):
cls('Angels2200', 'del'),
cls('BlackRose', 'brk'),
cls('CatenaManor/CatenaCafe'),
cls('Everblue', 'block'),
cls('FalseStart'),
cls('Ginpu'),
cls('GoComics/9ChickweedLaneClassics'),