Fixed 'Ruthe'

This commit is contained in:
MariusK 2015-10-02 13:52:44 +02:00
parent 0a4b2b5f52
commit 3e1ea816cc

View file

@ -97,7 +97,7 @@ class Roza(_BasicScraper):
class Ruthe(_BasicScraper):
url = 'http://ruthe.de/'
stripUrl = url + 'index.php?pic=%s&sort=datum&order=ASC'
stripUrl = url + 'cartoon/%s/datum/ASC'
firstStripUrl = stripUrl % '1'
lang = 'de'
imageSearch = compile(tagre("img", "src", r'(/?cartoons/strip_\d+[^"]+)'))