Add Wrongside

This commit is contained in:
Techwolf 2019-06-29 23:52:05 -07:00 committed by Tobias Gruetzmacher
parent 6a5823b3fe
commit 0b433d5897

View file

@ -10,7 +10,7 @@ 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
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
class WapsiSquare(_WordPressScraper):
@ -209,3 +209,9 @@ class WormWorldSagaGerman(WormWorldSaga):
class WormWorldSagaSpanish(WormWorldSaga):
lang = 'es'
class Wrongside(_WPNavi):
url = 'http://www.ayzewi.com/comic/'
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % 'intro-2'