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