Fix DasLebenIstKeinPonyhof
This commit is contained in:
parent
460c5be689
commit
3fd4cfea0d
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class DasLebenIstKeinPonyhof(_BasicScraper):
|
|||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'mein-erster-webcomic'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://sarahburrini\.com/wordpress/wp-content/uploads/\d+/\d+/\d+-\d+-\d+[^"]+)'))
|
||||
multipleImagesPerStrip = True
|
||||
prevSearch = compile(tagre("a", "href", r'(http://sarahburrini\.com/wordpress/comic/[^"]+)', after="navi-prev"))
|
||||
help = 'Index format: stripname'
|
||||
lang = 'de'
|
||||
|
|
Loading…
Reference in a new issue