Add Wolfpac
This commit is contained in:
parent
1d632904e4
commit
3030355da1
1 changed files with 6 additions and 1 deletions
|
@ -8,7 +8,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
|
from ..helpers import bounceStarter
|
||||||
from .common import ComicControlScraper, WordPressNaviIn, WordPressWebcomic
|
from .common import ComicControlScraper, WordPressScraper, WordPressNaviIn, WordPressWebcomic
|
||||||
|
|
||||||
|
|
||||||
class WapsiSquare(WordPressNaviIn):
|
class WapsiSquare(WordPressNaviIn):
|
||||||
|
@ -133,6 +133,11 @@ class WildeLife(ComicControlScraper):
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
|
|
||||||
|
|
||||||
|
class Wolfpac(WordPressScraper):
|
||||||
|
url = 'https://wolfpac.ca/'
|
||||||
|
firstStripUrl = url + 'archives/comic/wolfpac-title'
|
||||||
|
|
||||||
|
|
||||||
class Wonderella(_BasicScraper):
|
class Wonderella(_BasicScraper):
|
||||||
url = 'http://nonadventures.com/'
|
url = 'http://nonadventures.com/'
|
||||||
rurl = escape(url)
|
rurl = escape(url)
|
||||||
|
|
Loading…
Reference in a new issue