Fix EyeOfRamalach
This commit is contained in:
parent
7375fa042f
commit
093c2dcddc
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ class ExtraLife(_BasicScraper):
|
||||||
class EyeOfRamalach(_BasicScraper):
|
class EyeOfRamalach(_BasicScraper):
|
||||||
url = 'http://theeye.katbox.net/'
|
url = 'http://theeye.katbox.net/'
|
||||||
stripUrl = url + 'archive/%s/'
|
stripUrl = url + 'archive/%s/'
|
||||||
imageSearch = compile(tagre("img", "src", r'(http://theeye\.katbox\.net/wp-content/webcomic/theeye/[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'(http://theeye\.katbox\.net/wp-content/uploads/[^"]+final[^"]+)'))
|
||||||
prevSearch = compile(tagre("a", "href", r'(http://theeye\.katbox\.net/archive/[^"]+)', after="previous"))
|
prevSearch = compile(tagre("a", "href", r'(http://theeye\.katbox\.net/comic/[^"]+)', after="previous"))
|
||||||
help = 'Index format: n (unpadded)'
|
help = 'Index format: n (unpadded)'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue