Fix typo in regex for SandraOnTheRocks.
This commit is contained in:
parent
40f2aed8f0
commit
8e34239b27
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ class SandraAndWooGerman(_BasicScraper):
|
|||
|
||||
class SandraOnTheRocks(_BasicScraper):
|
||||
url = 'http://www.sandraontherocks.com/'
|
||||
stripUrl = url + 'strips-sotra/%s'
|
||||
stripUrl = url + 'strips-sotr/%s'
|
||||
firstStripUrl = stripUrl % 'start_by_running'
|
||||
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-sotra/[^"]+)', before="cn[id]prev"))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-sotr/[^"]+)', before="cn[id]prev"))
|
||||
help = 'Index format: name'
|
||||
|
||||
class ScaryGoRound(_BasicScraper):
|
||||
|
|
Loading…
Reference in a new issue