Add SeelPeel
This commit is contained in:
parent
28bf733ca5
commit
5705b1a3eb
1 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,7 @@ import datetime
|
|||
from ..scraper import _BasicScraper, _ParserScraper
|
||||
from ..helpers import indirectStarter, bounceStarter, joinPathPartsNamer, xpath_class
|
||||
from ..util import tagre
|
||||
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
|
||||
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi, _WPNaviIn
|
||||
|
||||
|
||||
class SabrinaOnline(_BasicScraper):
|
||||
|
@ -149,6 +149,13 @@ class Science(_BasicScraper):
|
|||
help = 'Index format: stripname'
|
||||
|
||||
|
||||
class SeelPeel(_WPNaviIn):
|
||||
url = 'https://seelpeel.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'seelpeel-goes-live'
|
||||
multipleImagesPerStrip = True
|
||||
|
||||
|
||||
class SequentialArt(_BasicScraper):
|
||||
url = 'http://www.collectedcurios.com/sequentialart.php'
|
||||
stripUrl = url + '?s=%s'
|
||||
|
|
Loading…
Reference in a new issue