Fix Wapsi Square (fixes #149)
This commit is contained in:
parent
66b89f4fed
commit
24be29aec4
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ from re import compile, escape, IGNORECASE
|
|||
from ..scraper import _BasicScraper, _ParserScraper
|
||||
from ..util import tagre
|
||||
from ..helpers import bounceStarter, indirectStarter, xpath_class
|
||||
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi, _WPWebcomic
|
||||
from .common import _ComicControlScraper, _WPNavi, _WPNaviIn, _WPWebcomic
|
||||
|
||||
|
||||
class WapsiSquare(_WordPressScraper):
|
||||
class WapsiSquare(_WPNaviIn):
|
||||
url = 'http://wapsisquare.com/'
|
||||
firstStripUrl = url + 'comic/09092001/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue