Add ShadowGirls.
This commit is contained in:
parent
5c85e9a2f2
commit
af57e018a1
1 changed files with 9 additions and 0 deletions
|
@ -83,6 +83,15 @@ class SequentialArt(_BasicScraper):
|
|||
help = 'Index format: name'
|
||||
|
||||
|
||||
class ShadowGirls(_BasicScraper):
|
||||
url = 'http://www.shadowgirlscomic.com/'
|
||||
stripUrl = url + 'comics/%s'
|
||||
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]*)'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*)', after='navi-prev'))
|
||||
help = 'Index format: custom'
|
||||
starter = indirectStarter(url, compile(tagre("a", "href", r'([^"]*/comics/[^"]+)')))
|
||||
|
||||
|
||||
class Sheldon(_BasicScraper):
|
||||
url = 'http://www.sheldoncomics.com/'
|
||||
stripUrl = url + 'archive/%s.html'
|
||||
|
|
Loading…
Reference in a new issue