Remove broken PetiteSymphony comics.

This commit is contained in:
Tobias Gruetzmacher 2016-10-31 07:16:10 +01:00
parent 69e6318f87
commit 7fc05f75f5
2 changed files with 10 additions and 10 deletions

View file

@ -255,8 +255,10 @@ class Removed(Scraper):
cls('OrnerBoy'), cls('OrnerBoy'),
cls('PensAndTales/Evilish'), cls('PensAndTales/Evilish'),
cls('PensAndTales/FireflyCross'), cls('PensAndTales/FireflyCross'),
cls('PetiteSymphony/Djandora'), cls('PetiteSymphony/Kickinrad'),
cls('PetiteSymphony/Generation17'), cls('PetiteSymphony/Orangegrind'),
cls('PetiteSymphony/Rascals'),
cls('PetiteSymphony/Seed'),
cls('PunksAndNerds', 'mis'), cls('PunksAndNerds', 'mis'),
cls('PunksAndNerdsOld'), cls('PunksAndNerdsOld'),
cls('RedsPlanet'), cls('RedsPlanet'),
@ -387,6 +389,8 @@ class Renamed(Scraper):
cls('KeenSpot/Newshounds', 'KeenSpot/InfinityRefugees'), cls('KeenSpot/Newshounds', 'KeenSpot/InfinityRefugees'),
cls('KeenSpot/SinFest', 'SinFest'), cls('KeenSpot/SinFest', 'SinFest'),
cls('KeenSpot/TheGodChild', 'GodChild'), cls('KeenSpot/TheGodChild', 'GodChild'),
cls('PetiteSymphony/Djandora', 'ComicsBreak/Djandora'),
cls('PetiteSymphony/Generation17', 'ComicsBreak/Generation17'),
cls('Wulffmorgenthaler', 'WuMo'), cls('Wulffmorgenthaler', 'WuMo'),
cls('ZebraGirl', 'ComicFury/ZebraGirl'), cls('ZebraGirl', 'ComicFury/ZebraGirl'),
) )

View file

@ -26,14 +26,10 @@ class PetiteSymphony(_BasicScraper):
@classmethod @classmethod
def getmodules(cls): def getmodules(cls):
return [ return (
cls("knuckleup"), cls("knuckleup"),
cls("kickinrad"),
cls("orangegrind"),
cls("rascals"),
cls("sangria"), cls("sangria"),
cls("seed"), )
]
class ComicsBreak(_WordPressScraper): class ComicsBreak(_WordPressScraper):
@ -44,7 +40,7 @@ class ComicsBreak(_WordPressScraper):
@classmethod @classmethod
def getmodules(cls): def getmodules(cls):
return [ return (
cls("Djandora"), cls("Djandora"),
cls("Generation17"), cls("Generation17"),
] )