Add first strip URL for PS238
This commit is contained in:
parent
764a8ce6f6
commit
79618e2a2f
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class PrinceOfSartar(_WPNavi):
|
|||
class PS238(_ParserScraper):
|
||||
url = 'http://ps238.nodwick.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % '12072006'
|
||||
imageSearch = '//div[@id="comic"]//img'
|
||||
prevSearch = '//a[@class="comic-nav-base comic-nav-previous"]'
|
||||
help = 'Index format: yyyy-mm-dd'
|
||||
|
|
Loading…
Reference in a new issue