Add OzyAndMillie

This commit is contained in:
Techwolf 2019-07-11 22:37:55 -07:00 committed by Tobias Gruetzmacher
parent 306a6eca8c
commit 1fe966102f

View file

@ -179,3 +179,10 @@ class OverCompensating(_BasicScraper):
prevSearch = compile(tagre("a", "href", r'(/oc/index\.php\?comic=\d+)', prevSearch = compile(tagre("a", "href", r'(/oc/index\.php\?comic=\d+)',
after="go back")) after="go back"))
help = 'Index format: number' 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