Fix Ruthe (see #73).

This commit is contained in:
Tobias Gruetzmacher 2014-07-31 21:27:49 +02:00
parent ca2d722d39
commit 08175d28c9

View file

@ -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'