From 94339800ad5332bd0cf3e25f33b7b8849acc169e Mon Sep 17 00:00:00 2001 From: Techwolf Date: Wed, 4 Aug 2021 22:26:50 -0700 Subject: [PATCH] Add DoesNotPlayWellWithOthers --- dosagelib/plugins/d.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dosagelib/plugins/d.py b/dosagelib/plugins/d.py index d0ca80b09..7cce6578f 100644 --- a/dosagelib/plugins/d.py +++ b/dosagelib/plugins/d.py @@ -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'