Fix BlackTapestries and TheRealmOfKaerwyn
This commit is contained in:
parent
103520e586
commit
711d8d5e23
3 changed files with 4 additions and 2 deletions
|
@ -215,6 +215,7 @@ class ComicFury(_ParserScraper):
|
|||
cls('BioSyte', 'biosyte'),
|
||||
cls('Birdman', 'birdman'),
|
||||
cls('BlankLifeInsertPlayerRokulily', 'blanklife'),
|
||||
cls('BlackTapestries', 'blacktapestries', adult=True),
|
||||
cls('BlitzPhoenix', 'blinix'),
|
||||
cls('BlobWorld', 'blobworld'),
|
||||
cls('BloodLegaciesEternity', 'bloodlegacieseternity'),
|
||||
|
@ -1040,6 +1041,7 @@ class ComicFury(_ParserScraper):
|
|||
cls('TheQuantumKid', 'thequantumkid'),
|
||||
cls('TheQuestForCoitus', 'acomicstudios'),
|
||||
cls('TheRathNexus', 'rath'),
|
||||
cls('TheRealmOfKaerwyn', 'kaerwyn'),
|
||||
cls('TheRebels', 'rebels'),
|
||||
cls('TheRedeemers', 'theredeemers'),
|
||||
cls('TheRestlessDead', 'therestlessdead'),
|
||||
|
|
|
@ -753,7 +753,9 @@ class Renamed(Scraper):
|
|||
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
|
||||
|
||||
# Renamed in 3.0
|
||||
cls('SmackJeeves/BlackTapestries', 'ComicFury/BlackTapestries'),
|
||||
cls('SmackJeeves/FurryExperience', 'ComicFury/FurryExperience'),
|
||||
cls('SmackJeeves/GrowingTroubles', 'ComicFury/GrowingTroubles'),
|
||||
cls('SmackJeeves/TheRealmOfKaerwyn', 'ComicFury/TheRealmOfKaerwyn'),
|
||||
cls('StudioKhimera/Draconia', 'Draconia'),
|
||||
)
|
||||
|
|
|
@ -135,7 +135,6 @@ class SmackJeeves(_ParserScraper):
|
|||
cls('Blackdemon', 117183),
|
||||
cls('BlackDragon', 131654),
|
||||
cls('BlackFridayRule', 94517),
|
||||
cls('BlackTapestries', 171490, adult=True),
|
||||
cls('BlackSheepcomic', 91663),
|
||||
cls('BleachRedux', 94169),
|
||||
cls('BlindandBlue', 110850),
|
||||
|
@ -573,7 +572,6 @@ class SmackJeeves(_ParserScraper):
|
|||
cls('ThePremise', 118125),
|
||||
cls('ThePrincessAndTheGiant', 59629, endOfLife=True),
|
||||
cls('ThePropertyofHate', 117970),
|
||||
cls('TheRealmOfKaerwyn', 156193),
|
||||
cls('TheReborn', 1898),
|
||||
cls('TheSearchForHenryJekyll', 139257),
|
||||
cls('TheSilverLeague', 110008),
|
||||
|
|
Loading…
Reference in a new issue