Add SkinDeep.

Filenames for this are all over the place :(
This commit is contained in:
Tobias Gruetzmacher 2013-02-07 23:02:54 +01:00
parent b32dc6fd40
commit 4b6d7c54af

View file

@ -109,6 +109,14 @@ class SinFest(_BasicScraper):
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):
url = 'http://www.sdamned.com/'
stripUrl = url + '%s/'