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('PensAndTales/Evilish'),
cls('PensAndTales/FireflyCross'),
cls('PetiteSymphony/Djandora'),
cls('PetiteSymphony/Generation17'),
cls('PetiteSymphony/Kickinrad'),
cls('PetiteSymphony/Orangegrind'),
cls('PetiteSymphony/Rascals'),
cls('PetiteSymphony/Seed'),
cls('PunksAndNerds', 'mis'),
cls('PunksAndNerdsOld'),
cls('RedsPlanet'),
@ -387,6 +389,8 @@ class Renamed(Scraper):
cls('KeenSpot/Newshounds', 'KeenSpot/InfinityRefugees'),
cls('KeenSpot/SinFest', 'SinFest'),
cls('KeenSpot/TheGodChild', 'GodChild'),
cls('PetiteSymphony/Djandora', 'ComicsBreak/Djandora'),
cls('PetiteSymphony/Generation17', 'ComicsBreak/Generation17'),
cls('Wulffmorgenthaler', 'WuMo'),
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
)

View file

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