Add WildeLife
This commit is contained in:
parent
0b433d5897
commit
6f47be87f7
1 changed files with 6 additions and 0 deletions
|
@ -114,6 +114,12 @@ class Wigu(_ParserScraper):
|
|||
help = 'Index format: n'
|
||||
|
||||
|
||||
class WildeLife(_ComicControlScraper):
|
||||
url = 'http://www.wildelifecomic.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
|
||||
|
||||
class Wonderella(_BasicScraper):
|
||||
url = 'http://nonadventures.com/'
|
||||
rurl = escape(url)
|
||||
|
|
Loading…
Reference in a new issue