diff --git a/dosagelib/plugins/comicfury.py b/dosagelib/plugins/comicfury.py index 7df2a69a6..43808ddca 100644 --- a/dosagelib/plugins/comicfury.py +++ b/dosagelib/plugins/comicfury.py @@ -762,6 +762,7 @@ class ComicFury(ParserScraper): cls('PilgrimEnEspanol', 'pilgrimenespanol', 'es'), cls('PITCHBLACK', 'pitchblack'), cls('PlasticBulletsMayhemUnloaded', 'plasticbulletsmayhemunloaded'), + cls('PMDOnBorrowedTime', 'onborrowedtime'), cls('Poharex', 'poharex'), cls('PokemonWarpers', 'pokemonwarpers'), cls('PokmonOurStory', 'pokemonos'), @@ -1139,6 +1140,7 @@ class ComicFury(ParserScraper): cls('Xibalba', 'xibalba'), cls('Xit', 'x-it'), cls('YesterdayBound', 'yesterdaybound'), + cls('YetAnotherPMDComic', 'yapc'), cls('YouAreNow', 'yan'), cls('YOURCHOICE', 'yourchoice'), cls('ZackDragonbladeAndTheExcalites', 'zackdragonblade'),