Add Wrongside
This commit is contained in:
parent
6a5823b3fe
commit
0b433d5897
1 changed files with 7 additions and 1 deletions
|
@ -10,7 +10,7 @@ from re import compile, escape, IGNORECASE
|
||||||
from ..scraper import _BasicScraper, _ParserScraper
|
from ..scraper import _BasicScraper, _ParserScraper
|
||||||
from ..util import tagre
|
from ..util import tagre
|
||||||
from ..helpers import bounceStarter, indirectStarter, xpath_class
|
from ..helpers import bounceStarter, indirectStarter, xpath_class
|
||||||
from .common import _ComicControlScraper, _WordPressScraper
|
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
|
||||||
|
|
||||||
|
|
||||||
class WapsiSquare(_WordPressScraper):
|
class WapsiSquare(_WordPressScraper):
|
||||||
|
@ -209,3 +209,9 @@ class WormWorldSagaGerman(WormWorldSaga):
|
||||||
|
|
||||||
class WormWorldSagaSpanish(WormWorldSaga):
|
class WormWorldSagaSpanish(WormWorldSaga):
|
||||||
lang = 'es'
|
lang = 'es'
|
||||||
|
|
||||||
|
|
||||||
|
class Wrongside(_WPNavi):
|
||||||
|
url = 'http://www.ayzewi.com/comic/'
|
||||||
|
stripUrl = url + '?comic=%s'
|
||||||
|
firstStripUrl = stripUrl % 'intro-2'
|
||||||
|
|
Loading…
Reference in a new issue