Add Kitfox
This commit is contained in:
parent
de67d4f63b
commit
55180babcf
1 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ from re import compile, escape, IGNORECASE
|
|||
|
||||
from ..scraper import _BasicScraper, _ParserScraper
|
||||
from ..util import tagre
|
||||
from .common import _ComicControlScraper, _WPNavi
|
||||
from .common import _ComicControlScraper, _WordPressScraper, _WPNavi
|
||||
|
||||
|
||||
class Kaspall(_ParserScraper):
|
||||
|
@ -48,6 +48,12 @@ class KillSixBillionDemons(_WPNavi):
|
|||
adult = True
|
||||
|
||||
|
||||
class Kitfox(_WordPressScraper):
|
||||
url = 'http://www.kitfox.com/wordpress/'
|
||||
stripUrl = url + '?comic=%s'
|
||||
firstStripUrl = stripUrl % 'the-adventure-begins-almost'
|
||||
|
||||
|
||||
class KiwiBlitz(_ComicControlScraper):
|
||||
url = 'http://www.kiwiblitz.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
|
|
Loading…
Reference in a new issue