Add CatNine comic.
This commit is contained in:
parent
10d9eac574
commit
dc22d7b32a
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@ from re import compile, escape
|
||||||
from ..scraper import _BasicScraper, _ParserScraper
|
from ..scraper import _BasicScraper, _ParserScraper
|
||||||
from ..helpers import bounceStarter, indirectStarter
|
from ..helpers import bounceStarter, indirectStarter
|
||||||
from ..util import tagre
|
from ..util import tagre
|
||||||
|
from wordpress import _WordpressScraper
|
||||||
|
|
||||||
class Caggage(_BasicScraper):
|
class Caggage(_BasicScraper):
|
||||||
url = 'http://caggagecomic.com/'
|
url = 'http://caggagecomic.com/'
|
||||||
|
@ -98,6 +98,10 @@ class CatAndGirl(_BasicScraper):
|
||||||
self.stripUrl % '4299',
|
self.stripUrl % '4299',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
class CatNine(_WordpressScraper):
|
||||||
|
url = 'http://cat-nine.net'
|
||||||
|
firstStripUrl = 'http://cat-nine.net/comic/episode-1/first-day-for-everything/'
|
||||||
|
|
||||||
class CatVersusHuman(_ParserScraper):
|
class CatVersusHuman(_ParserScraper):
|
||||||
url = 'http://www.catversushuman.com'
|
url = 'http://www.catversushuman.com'
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
|
|
Loading…
Reference in a new issue