diff --git a/dosagelib/plugins/comicfury.py b/dosagelib/plugins/comicfury.py index 711640e14..e3257d22f 100644 --- a/dosagelib/plugins/comicfury.py +++ b/dosagelib/plugins/comicfury.py @@ -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'), diff --git a/dosagelib/plugins/old.py b/dosagelib/plugins/old.py index 6ee0e74ec..4e8506a08 100644 --- a/dosagelib/plugins/old.py +++ b/dosagelib/plugins/old.py @@ -753,5 +753,6 @@ class Renamed(Scraper): cls('ZebraGirl', 'ComicFury/ZebraGirl'), # Renamed in 3.0 + cls('SmackJeeves/GrowingTroubles', 'ComicFury/GrowingTroubles'), cls('StudioKhimera/Draconia', 'Draconia'), ) diff --git a/dosagelib/plugins/smackjeeves.py b/dosagelib/plugins/smackjeeves.py index cd4b28648..611f9b5f0 100644 --- a/dosagelib/plugins/smackjeeves.py +++ b/dosagelib/plugins/smackjeeves.py @@ -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),