Add DungeonsAndDenizens
This commit is contained in:
parent
555d418ee3
commit
fe0f86de95
2 changed files with 8 additions and 1 deletions
|
@ -365,6 +365,14 @@ class Drowtales(_ParserScraper):
|
||||||
help = 'Index format: number'
|
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):
|
class DumbingOfAge(_WPNavi):
|
||||||
url = 'http://www.dumbingofage.com/'
|
url = 'http://www.dumbingofage.com/'
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
|
|
|
@ -214,7 +214,6 @@ class Removed(Scraper):
|
||||||
cls('DamnLol'),
|
cls('DamnLol'),
|
||||||
cls('DeathToTheExtremist'),
|
cls('DeathToTheExtremist'),
|
||||||
cls('DoctorCat', 'brk'),
|
cls('DoctorCat', 'brk'),
|
||||||
cls('DungeonsAndDenizens'),
|
|
||||||
cls('EerieCuties'),
|
cls('EerieCuties'),
|
||||||
cls('Ellerbisms'),
|
cls('Ellerbisms'),
|
||||||
cls('Eriadan'),
|
cls('Eriadan'),
|
||||||
|
|
Loading…
Reference in a new issue