Add DoesNotPlayWellWithOthers
This commit is contained in:
parent
1856546d6f
commit
94339800ad
1 changed files with 7 additions and 0 deletions
|
@ -226,6 +226,13 @@ class DoemainOfOurOwn(_ParserScraper):
|
||||||
return filename
|
return filename
|
||||||
|
|
||||||
|
|
||||||
|
class DoesNotPlayWellWithOthers(_WPNavi):
|
||||||
|
url = 'http://www.doesnotplaywellwithothers.com/'
|
||||||
|
stripUrl = url + 'comic/%s'
|
||||||
|
firstStripUrl = stripUrl % 'pwc-0001'
|
||||||
|
adult = True
|
||||||
|
|
||||||
|
|
||||||
class DoghouseDiaries(_ParserScraper):
|
class DoghouseDiaries(_ParserScraper):
|
||||||
url = 'http://thedoghousediaries.com/'
|
url = 'http://thedoghousediaries.com/'
|
||||||
stripUrl = url + '%s'
|
stripUrl = url + '%s'
|
||||||
|
|
Loading…
Reference in a new issue