commit
a2797a4150
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-sotr/%s'
|
||||||
|
firstStripUrl = stripUrl % 'start_by_running'
|
||||||
|
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||||
|
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-sotr/[^"]+)', 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