Fix Ruthe (see #73).
This commit is contained in:
parent
ca2d722d39
commit
08175d28c9
1 changed files with 2 additions and 2 deletions
|
@ -96,6 +96,6 @@ class Ruthe(_BasicScraper):
|
|||
stripUrl = url + 'index.php?pic=%s&sort=datum&order=ASC'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
lang = 'de'
|
||||
imageSearch = compile(tagre("img", "src", r'(cartoons/strip_\d+[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'(index\.php\?pic=[^"]+)', before="b_back"))
|
||||
imageSearch = compile(tagre("img", "src", r'(/?cartoons/strip_\d+[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'(/cartoon/\d+/datum/asc/)')+'vorheriger')
|
||||
help = 'Index format: number'
|
||||
|
|
Loading…
Reference in a new issue