Merge pull request #26 from shartge/master

Adding Sandra on the Rocks
This commit is contained in:
wummel 2013-04-22 10:38:04 -07:00
commit a2797a4150

View file

@ -52,6 +52,13 @@ class SandraAndWooGerman(_BasicScraper):
help = 'Index format: yyyy/mm/dd/number-stripname'
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):
url = 'http://www.scarygoround.com/'