Add Shifters
This commit is contained in:
parent
9b6ea0994b
commit
ca11599ed7
1 changed files with 6 additions and 0 deletions
|
@ -216,6 +216,12 @@ class Sheldon(_BasicScraper):
|
|||
help = 'Index format: yymmdd'
|
||||
|
||||
|
||||
class Shifters(_WPNavi):
|
||||
url = 'http://shiftersonline.com/'
|
||||
stripUrl = url + '%s/'
|
||||
firstStripUrl = stripUrl % 'shifters-redux-promo'
|
||||
|
||||
|
||||
class ShipInABottle(_WordPressScraper):
|
||||
url = 'http://shipinbottle.pepsaga.com/'
|
||||
stripUrl = url + '?p=%s'
|
||||
|
|
Loading…
Reference in a new issue