Add some more comics to the Tapas module
This commit is contained in:
parent
f1e29703bc
commit
398d03c44c
2 changed files with 10 additions and 2 deletions
|
@ -435,8 +435,6 @@ class Removed(Scraper):
|
|||
cls('Pimpette'),
|
||||
cls('PunksAndNerds', 'mis'),
|
||||
cls('PunksAndNerdsOld'),
|
||||
# Moved to tapas.io, which blocks us
|
||||
cls('RadioactivePanda', 'block'),
|
||||
cls('RedsPlanet'),
|
||||
cls('RedString'),
|
||||
cls('SmackJeeves/Aarrevaara'),
|
||||
|
@ -1669,6 +1667,7 @@ class Renamed(Scraper):
|
|||
cls('GoComics/RipleysBelieveItOrNotSpanish', 'GoComics/RipleysAunqueUstedNoLoCrea'),
|
||||
cls('GoComics/WebcomicName', 'WebcomicName'),
|
||||
cls('Guardia', 'ComicFury/Guardia'),
|
||||
cls('RadioactivePanda', 'Tapas/RadioactivePanda'),
|
||||
cls('Shivae/BlackRose', 'BlackRose'),
|
||||
cls('SmackJeeves/BlackTapestries', 'ComicFury/BlackTapestries'),
|
||||
cls('SmackJeeves/ByTheBook', 'ByTheBook'),
|
||||
|
|
|
@ -64,12 +64,21 @@ class Tapas(_ParserScraper):
|
|||
return (
|
||||
# Manually-added comics
|
||||
cls('AmpleTime', 'Ample-Time'),
|
||||
cls('FANGS', 'fangscomic'),
|
||||
cls('FishNuggets', 'Fish-Nuggets'),
|
||||
cls('HoneyAndTheMoon', 'Honey-and-the-Moon'),
|
||||
cls('InsignificantOtters', 'IOtters'),
|
||||
cls('MagicalBoy', 'magicalboy'),
|
||||
cls('NoFuture', 'NoFuture'),
|
||||
cls('OrensForge', 'OrensForge'),
|
||||
cls('RadioactivePanda', 'Radioactive-Panda'),
|
||||
cls('RavenWolf', 'RavenWolf'),
|
||||
cls('SyntheticInstinct', 'Synthetic-Instinct'),
|
||||
cls('TheCatTheVineAndTheVictory', 'The-Cat-The-Vine-and-The-Victory'),
|
||||
cls('TheInkApprentice', 'The-Ink-Apprentice'),
|
||||
cls('TheSeaInYou', 'theseainyou'),
|
||||
cls('TheSelkiesSkin', 'theselkiesskincomic'),
|
||||
cls('TheWitchsThrone', 'thewitchsthrone'),
|
||||
cls('VenturaCityDrifters', 'Ventura-City-Drifters'),
|
||||
|
||||
# START AUTOUPDATE
|
||||
|
|
Loading…
Reference in a new issue