From e9ccdfca370912807febeb8663950d46189e5468 Mon Sep 17 00:00:00 2001 From: Ruthalas Date: Mon, 13 Apr 2020 08:00:46 +0000 Subject: [PATCH] Add 11 Mangadex Comics (#160) Added AttackonTitan, DeliciousinDungeon, DrStone, HeavensDesignTeam, OMaidensinYourSavageSeason, PleaseDontBullyMeNagatoro, PleaseDontBullyMeNagatoroComicAnthology, PleaseTellMeGalkochan, SPYxFAMILY, YotsubaAnd, InterspeciesReviewers --- dosagelib/plugins/mangadex.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dosagelib/plugins/mangadex.py b/dosagelib/plugins/mangadex.py index bd56377f7..341df3d58 100644 --- a/dosagelib/plugins/mangadex.py +++ b/dosagelib/plugins/mangadex.py @@ -69,19 +69,30 @@ class MangaDex(_ParserScraper): @classmethod def getmodules(cls): return ( + cls('AttackonTitan', 429), cls('Beastars', 20523), + cls('DeliciousinDungeon', 13871), + cls('DrStone', 20882), cls('DragonDrive', 5165), + cls('HeavensDesignTeam', 27811), cls('HoriMiya', 6770), + cls('InterspeciesReviewers', 20796), cls('JingaiNoYomeToIchaIchaSuru', 22651), cls('KanojoOkarishimasu', 22151), cls('ModernMoGal', 30308), + cls('OMaidensinYourSavageSeason', 22030), cls('OokamiToKoshinryou', 1168), cls('OtomeYoukaiZakuro', 4533), + cls('PleaseDontBullyMeNagatoro', 22631), + cls('PleaseDontBullyMeNagatoroComicAnthology', 31004), + cls('PleaseTellMeGalkochan', 12702), cls('SaekiSanWaNemutteru', 28834), cls('SewayakiKitsuneNoSenkoSan', 22723), + cls('SPYxFAMILY', 35705), cls('SwordArtOnline', 1360), cls('SwordArtOnlineProgressive', 9604), cls('TomoChanWaOnnanoko', 15722), cls('TonikakuKawaii', 23439), + cls('YotsubaAnd', 311), cls('YuYuHakusho', 1738), )