diff --git a/dosagelib/plugins/comicfury.py b/dosagelib/plugins/comicfury.py index f7134a36f..f45ad5105 100644 --- a/dosagelib/plugins/comicfury.py +++ b/dosagelib/plugins/comicfury.py @@ -445,6 +445,7 @@ class ComicFury(_ParserScraper): cls('FrostFire', 'frostfire'), cls('FullmetalBrothers', 'fullmetalbrothers', 'es'), cls('FurAndN3rdy', 'furnerdy'), + cls('FurryExperience', 'furryexperience'), cls('Fusion', 'fusion'), cls('FutureRegrets', 'futureregrets'), cls('FuzzballAndScuzzball', 'fuzzballandscuzzball'), diff --git a/dosagelib/plugins/old.py b/dosagelib/plugins/old.py index 070146ac4..8140bf778 100644 --- a/dosagelib/plugins/old.py +++ b/dosagelib/plugins/old.py @@ -753,6 +753,7 @@ class Renamed(Scraper): cls('ZebraGirl', 'ComicFury/ZebraGirl'), # Renamed in 3.0 + cls('SmackJeeves/FurryExperience', 'ComicFury/FurryExperience'), cls('SmackJeeves/GrowingTroubles', 'ComicFury/GrowingTroubles'), cls('StudioKhimera/Draconia', 'Draconia'), ) diff --git a/dosagelib/plugins/smackjeeves.py b/dosagelib/plugins/smackjeeves.py index a490c5e5c..ca9a20186 100644 --- a/dosagelib/plugins/smackjeeves.py +++ b/dosagelib/plugins/smackjeeves.py @@ -240,7 +240,6 @@ class SmackJeeves(_ParserScraper): cls('FromnowonImagirl', 99018), cls('FruitloopAndMrDownbeat', 82798), cls('FullSpectrumTherapy', 156285), - cls('FurryExperience', 62354), cls('GamerCafe', 138841), cls('GamesPeoplePlayUpdatedWeekly', 72207), cls('GardenofHearts', 106504),