Add Savestate
This commit is contained in:
parent
4a783c11ec
commit
12b048d449
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@ class SandraOnTheRocks(_BasicScraper):
|
|||
help = 'Index format: name'
|
||||
|
||||
|
||||
class Savestate(_WPNavi):
|
||||
url = 'http://www.savestatecomic.com/'
|
||||
stripUrl = url + '%s'
|
||||
firstStripUrl = stripUrl % '2014/02/pokemon-bank'
|
||||
|
||||
|
||||
class ScandinaviaAndTheWorld(_ParserScraper):
|
||||
url = 'https://satwcomic.com/'
|
||||
stripUrl = url + '%s'
|
||||
|
|
Loading…
Reference in a new issue