Add Sandra on the Rocks.
This commit is contained in:
parent
4988e79e6e
commit
40f2aed8f0
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ class SandraAndWooGerman(_BasicScraper):
|
||||||
help = 'Index format: yyyy/mm/dd/number-stripname'
|
help = 'Index format: yyyy/mm/dd/number-stripname'
|
||||||
lang = 'de'
|
lang = 'de'
|
||||||
|
|
||||||
|
class SandraOnTheRocks(_BasicScraper):
|
||||||
|
url = 'http://www.sandraontherocks.com/'
|
||||||
|
stripUrl = url + 'strips-sotra/%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"))
|
||||||
|
help = 'Index format: name'
|
||||||
|
|
||||||
class ScaryGoRound(_BasicScraper):
|
class ScaryGoRound(_BasicScraper):
|
||||||
url = 'http://www.scarygoround.com/'
|
url = 'http://www.scarygoround.com/'
|
||||||
|
|
Loading…
Reference in a new issue