Remove 3 MangaDex modules which were taken down

This commit is contained in:
Tobias Gruetzmacher 2021-01-19 01:07:36 +01:00
parent 0067114110
commit 6835d490d8
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
# Copyright (C) 2019-2020 Tobias Gruetzmacher
# Copyright (C) 2019-2021 Tobias Gruetzmacher
# Copyright (C) 2019-2020 Daniel Ring
import json
@ -72,10 +72,8 @@ class MangaDex(_ParserScraper):
cls('AttackonTitan', 429),
cls('Beastars', 20523),
cls('DeliciousinDungeon', 13871),
cls('DrStone', 20882),
cls('DragonDrive', 5165),
cls('HangingOutWithAGamerGirl', 42490),
cls('HeavensDesignTeam', 27811),
cls('HoriMiya', 6770),
cls('HowToOpenATriangularRiceball', 19305),
cls('InterspeciesReviewers', 20796),
@ -97,7 +95,6 @@ class MangaDex(_ParserScraper):
cls('SaekiSanWaNemutteru', 28834),
cls('SewayakiKitsuneNoSenkoSan', 22723),
cls('SousouNoFrieren', 48045),
cls('SPYxFAMILY', 35705),
cls('SwordArtOnline', 1360),
cls('SwordArtOnlineProgressive', 9604),
cls('TheWolfAndRedRidingHood', 31079),

View file

@ -17,6 +17,7 @@ class Removed(Scraper):
'mov': 'Comic moved to a new hoster and no new module was written.',
'mis': 'Pages are missing from the comic.',
'acc': 'Account is needed to access site.',
'legal': 'Comic was removed for legal reasons (fanrip, scanlation, etc.).',
}
def __init__(self, name, reason='del'):
@ -673,6 +674,9 @@ class Removed(Scraper):
cls('GoComics/USAcres'),
cls('GoComics/WorldOfWonder'),
cls('Laiyu', 'brk'),
cls('MangaDex/DrStone', 'legal'),
cls('MangaDex/HeavensDesignTeam', 'legal'),
cls('MangaDex/SPYxFAMILY', 'legal'),
cls('SmackJeeves/20TimesKirby'),
cls('SmackJeeves/2Kingdoms'),
cls('SmackJeeves/355Days'),