Fix ShipInABottle
This commit is contained in:
parent
632433d896
commit
346b3b4abd
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class Sheldon(_BasicScraper):
|
||||||
help = 'Index format: yymmdd'
|
help = 'Index format: yymmdd'
|
||||||
|
|
||||||
|
|
||||||
class ShipInABottle(_WPNavi):
|
class ShipInABottle(_WordPressScraper):
|
||||||
url = 'http://shipinbottle.pepsaga.com/'
|
url = 'http://shipinbottle.pepsaga.com/'
|
||||||
stripUrl = url + '?p=%s'
|
stripUrl = url + '?p=%s'
|
||||||
firstStripUrl = stripUrl % '281'
|
firstStripUrl = stripUrl % '281'
|
||||||
|
|
Loading…
Reference in a new issue