Add DungeonsAndDenizens

This commit is contained in:
Techwolf 2021-02-02 01:52:22 -08:00 committed by Tobias Gruetzmacher
parent 555d418ee3
commit fe0f86de95
2 changed files with 8 additions and 1 deletions

View file

@ -365,6 +365,14 @@ class Drowtales(_ParserScraper):
help = 'Index format: number'
class DungeonsAndDenizens(_WPNavi):
url = ('https://web.archive.org/web/20160308001834/'
'http://dungeond.com/')
stripUrl = url + '%s/'
firstStripUrl = stripUrl % '2005/08/23/08232005'
endOfLife = True
class DumbingOfAge(_WPNavi):
url = 'http://www.dumbingofage.com/'
stripUrl = url + '%s/'

View file

@ -214,7 +214,6 @@ class Removed(Scraper):
cls('DamnLol'),
cls('DeathToTheExtremist'),
cls('DoctorCat', 'brk'),
cls('DungeonsAndDenizens'),
cls('EerieCuties'),
cls('Ellerbisms'),
cls('Eriadan'),