From 1fe966102f89795c09f4641079d02f2462e8fe5a Mon Sep 17 00:00:00 2001 From: Techwolf Date: Thu, 11 Jul 2019 22:37:55 -0700 Subject: [PATCH] Add OzyAndMillie --- dosagelib/plugins/o.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dosagelib/plugins/o.py b/dosagelib/plugins/o.py index ea594039f..47848662d 100644 --- a/dosagelib/plugins/o.py +++ b/dosagelib/plugins/o.py @@ -179,3 +179,10 @@ class OverCompensating(_BasicScraper): prevSearch = compile(tagre("a", "href", r'(/oc/index\.php\?comic=\d+)', after="go back")) help = 'Index format: number' + + +class OzyAndMillie(_WordPressScraper): + stripUrl = 'https://ozyandmillie.org/comic/%s/' + url = stripUrl % 'ozy-and-millie-2131' + firstStripUrl = stripUrl % 'ozy-and-millie-2' + endOfLife = True