Add SixPackOfOtters
This commit is contained in:
parent
0648bbadc9
commit
9e52bea334
1 changed files with 8 additions and 0 deletions
|
@ -250,6 +250,14 @@ class Sithrah(_ParserScraper):
|
|||
prevSearch = '//a[%s]' % xpath_class('previous-webcomic-link')
|
||||
|
||||
|
||||
class SixPackOfOtters(_ParserScraper):
|
||||
url = 'http://sixpackofotters.com/'
|
||||
stripUrl = url + 'pages/%s/'
|
||||
firstStripUrl = stripUrl % 'chapter-01-tandem'
|
||||
imageSearch = '//div[contains(@class, "webcomic-image")]//img'
|
||||
prevSearch = '//a[contains(@class, "previous-webcomic-link")]'
|
||||
|
||||
|
||||
class SkinDeep(_ParserScraper):
|
||||
url = 'http://www.skindeepcomic.com/'
|
||||
imageSearch = '//a[%s]/img' % xpath_class('webcomic-link')
|
||||
|
|
Loading…
Reference in a new issue