Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
89a902651c
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class MenageA3(_BasicScraper):
|
||||||
url = 'http://www.ma3comic.com/'
|
url = 'http://www.ma3comic.com/'
|
||||||
stripUrl = url + 'strips-ma3/%s'
|
stripUrl = url + 'strips-ma3/%s'
|
||||||
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||||
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-ma3/[^"]+)',
|
prevSearch = compile(tagre("a", "href", r'([^"]*/comics/[^"]+)',
|
||||||
before="cn[id]prev"))
|
before="cn[id]prev"))
|
||||||
help = 'Index format: name'
|
help = 'Index format: name'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue