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('Pimpette'),
|
||||||
cls('PunksAndNerds', 'mis'),
|
cls('PunksAndNerds', 'mis'),
|
||||||
cls('PunksAndNerdsOld'),
|
cls('PunksAndNerdsOld'),
|
||||||
# Moved to tapas.io, which blocks us
|
|
||||||
cls('RadioactivePanda', 'block'),
|
|
||||||
cls('RedsPlanet'),
|
cls('RedsPlanet'),
|
||||||
cls('RedString'),
|
cls('RedString'),
|
||||||
cls('SmackJeeves/Aarrevaara'),
|
cls('SmackJeeves/Aarrevaara'),
|
||||||
|
@ -1669,6 +1667,7 @@ class Renamed(Scraper):
|
||||||
cls('GoComics/RipleysBelieveItOrNotSpanish', 'GoComics/RipleysAunqueUstedNoLoCrea'),
|
cls('GoComics/RipleysBelieveItOrNotSpanish', 'GoComics/RipleysAunqueUstedNoLoCrea'),
|
||||||
cls('GoComics/WebcomicName', 'WebcomicName'),
|
cls('GoComics/WebcomicName', 'WebcomicName'),
|
||||||
cls('Guardia', 'ComicFury/Guardia'),
|
cls('Guardia', 'ComicFury/Guardia'),
|
||||||
|
cls('RadioactivePanda', 'Tapas/RadioactivePanda'),
|
||||||
cls('Shivae/BlackRose', 'BlackRose'),
|
cls('Shivae/BlackRose', 'BlackRose'),
|
||||||
cls('SmackJeeves/BlackTapestries', 'ComicFury/BlackTapestries'),
|
cls('SmackJeeves/BlackTapestries', 'ComicFury/BlackTapestries'),
|
||||||
cls('SmackJeeves/ByTheBook', 'ByTheBook'),
|
cls('SmackJeeves/ByTheBook', 'ByTheBook'),
|
||||||
|
|
|
@ -64,12 +64,21 @@ class Tapas(_ParserScraper):
|
||||||
return (
|
return (
|
||||||
# Manually-added comics
|
# Manually-added comics
|
||||||
cls('AmpleTime', 'Ample-Time'),
|
cls('AmpleTime', 'Ample-Time'),
|
||||||
|
cls('FANGS', 'fangscomic'),
|
||||||
|
cls('FishNuggets', 'Fish-Nuggets'),
|
||||||
|
cls('HoneyAndTheMoon', 'Honey-and-the-Moon'),
|
||||||
cls('InsignificantOtters', 'IOtters'),
|
cls('InsignificantOtters', 'IOtters'),
|
||||||
|
cls('MagicalBoy', 'magicalboy'),
|
||||||
cls('NoFuture', 'NoFuture'),
|
cls('NoFuture', 'NoFuture'),
|
||||||
cls('OrensForge', 'OrensForge'),
|
cls('OrensForge', 'OrensForge'),
|
||||||
|
cls('RadioactivePanda', 'Radioactive-Panda'),
|
||||||
cls('RavenWolf', 'RavenWolf'),
|
cls('RavenWolf', 'RavenWolf'),
|
||||||
cls('SyntheticInstinct', 'Synthetic-Instinct'),
|
cls('SyntheticInstinct', 'Synthetic-Instinct'),
|
||||||
cls('TheCatTheVineAndTheVictory', 'The-Cat-The-Vine-and-The-Victory'),
|
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'),
|
cls('VenturaCityDrifters', 'Ventura-City-Drifters'),
|
||||||
|
|
||||||
# START AUTOUPDATE
|
# START AUTOUPDATE
|
||||||
|
|
Loading…
Reference in a new issue