Add SkinDeep.
Filenames for this are all over the place :(
This commit is contained in:
parent
b32dc6fd40
commit
4b6d7c54af
1 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,14 @@ class SinFest(_BasicScraper):
|
||||||
help = 'Index format: n (unpadded)'
|
help = 'Index format: n (unpadded)'
|
||||||
|
|
||||||
|
|
||||||
|
class SkinDeep(_BasicScraper):
|
||||||
|
url = 'http://www.skindeepcomic.com/'
|
||||||
|
stripUrl = url + 'archive/%s/'
|
||||||
|
imageSearch = compile(r'<span class="webcomic-object[^>]*><img src="([^"]*)"')
|
||||||
|
prevSearch = compile(tagre("a", "href", r'([^"]+)', after="previous-webcomic-link"))
|
||||||
|
help = 'Index format: custom'
|
||||||
|
|
||||||
|
|
||||||
class SlightlyDamned(_BasicScraper):
|
class SlightlyDamned(_BasicScraper):
|
||||||
url = 'http://www.sdamned.com/'
|
url = 'http://www.sdamned.com/'
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
|
|
Loading…
Reference in a new issue