Add OzyAndMillie
This commit is contained in:
parent
306a6eca8c
commit
1fe966102f
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue