Add SwordsAndSausages
This commit is contained in:
parent
99ee4147f7
commit
a444798460
1 changed files with 9 additions and 0 deletions
|
@ -589,3 +589,12 @@ class SurvivingTheWorld(_ParserScraper):
|
|||
)
|
||||
multipleImagesPerStrip = True
|
||||
help = 'Index format: name'
|
||||
|
||||
|
||||
class SwordsAndSausages(_ParserScraper):
|
||||
url = 'https://www.tigerknight.com/ss'
|
||||
stripUrl = url + '/%s'
|
||||
firstStripUrl = stripUrl % '1-1'
|
||||
imageSearch = '//img[@class="comic-image"]'
|
||||
prevSearch = '//a[@class="prev"]'
|
||||
multipleImagesPerStrip = True
|
||||
|
|
Loading…
Reference in a new issue