Remove Everblue, they are blocking us (fixes #303)
This commit is contained in:
parent
05b9be4cd9
commit
48eb4ef204
2 changed files with 1 additions and 9 deletions
|
@ -167,15 +167,6 @@ class Erstwhile(WordPressNavi):
|
||||||
endOfLife = True
|
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):
|
class EverybodyLovesEricRaymond(_ParserScraper):
|
||||||
url = 'http://geekz.co.uk/lovesraymond/'
|
url = 'http://geekz.co.uk/lovesraymond/'
|
||||||
firstStripUrl = url + 'archive/slashdotted'
|
firstStripUrl = url + 'archive/slashdotted'
|
||||||
|
|
|
@ -1588,6 +1588,7 @@ class Removed(Scraper):
|
||||||
cls('Angels2200', 'del'),
|
cls('Angels2200', 'del'),
|
||||||
cls('BlackRose', 'brk'),
|
cls('BlackRose', 'brk'),
|
||||||
cls('CatenaManor/CatenaCafe'),
|
cls('CatenaManor/CatenaCafe'),
|
||||||
|
cls('Everblue', 'block'),
|
||||||
cls('FalseStart'),
|
cls('FalseStart'),
|
||||||
cls('Ginpu'),
|
cls('Ginpu'),
|
||||||
cls('GoComics/9ChickweedLaneClassics'),
|
cls('GoComics/9ChickweedLaneClassics'),
|
||||||
|
|
Loading…
Reference in a new issue