Add DoesNotPlayWellWithOthers

This commit is contained in:
Techwolf 2021-08-04 22:26:50 -07:00
parent 1856546d6f
commit 94339800ad

View file

@ -226,6 +226,13 @@ class DoemainOfOurOwn(_ParserScraper):
return filename
class DoesNotPlayWellWithOthers(_WPNavi):
url = 'http://www.doesnotplaywellwithothers.com/'
stripUrl = url + 'comic/%s'
firstStripUrl = stripUrl % 'pwc-0001'
adult = True
class DoghouseDiaries(_ParserScraper):
url = 'http://thedoghousediaries.com/'
stripUrl = url + '%s'