Fix GrowingTroubles
This commit is contained in:
parent
137e599dd3
commit
345a1aff30
3 changed files with 2 additions and 1 deletions
|
@ -472,6 +472,7 @@ class ComicFury(_ParserScraper):
|
|||
cls('GrimReaperSchool', 'grimreaperschool'),
|
||||
cls('GrippsBrain', 'grippsbrain'),
|
||||
cls('GrokBoop', 'grokboop'),
|
||||
cls('GrowingTroubles', 'growingtroubles'),
|
||||
cls('GUS', 'gus'),
|
||||
cls('HalloweenCameoCaper2012', 'halloween2012'),
|
||||
cls('HalloweenCameoCaper2013', 'halloween2013'),
|
||||
|
|
|
@ -753,5 +753,6 @@ class Renamed(Scraper):
|
|||
cls('ZebraGirl', 'ComicFury/ZebraGirl'),
|
||||
|
||||
# Renamed in 3.0
|
||||
cls('SmackJeeves/GrowingTroubles', 'ComicFury/GrowingTroubles'),
|
||||
cls('StudioKhimera/Draconia', 'Draconia'),
|
||||
)
|
||||
|
|
|
@ -254,7 +254,6 @@ class SmackJeeves(_ParserScraper):
|
|||
cls('GoodGame', 48048, endOfLife=True),
|
||||
cls('GoodnightMrsGoose', 73655),
|
||||
cls('Grayscale', 100295, adult=True),
|
||||
cls('GrowingTroubles', 176934),
|
||||
cls('GuardiansoftheGalaxialSpaceways', 70286),
|
||||
cls('Habibahssong', 137453),
|
||||
cls('HarvestMoonParadiseFound', 105422, endOfLife=True),
|
||||
|
|
Loading…
Reference in a new issue