Merge pull request #288 from dmoonfire/CassiopeiaQuinn
Add CassiopeiaQuinn
This commit is contained in:
commit
5f2a3cc7cf
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,7 @@ from typing import List
|
||||||
from ..scraper import _BasicScraper, _ParserScraper, ParserScraper
|
from ..scraper import _BasicScraper, _ParserScraper, ParserScraper
|
||||||
from ..helpers import bounceStarter, indirectStarter, joinPathPartsNamer
|
from ..helpers import bounceStarter, indirectStarter, joinPathPartsNamer
|
||||||
from ..util import tagre
|
from ..util import tagre
|
||||||
from .common import WordPressScraper, WordPressNavi, WordPressWebcomic
|
from .common import ComicControlScraper, WordPressScraper, WordPressNavi, WordPressWebcomic
|
||||||
|
|
||||||
|
|
||||||
class CampComic(_ParserScraper):
|
class CampComic(_ParserScraper):
|
||||||
|
@ -87,6 +87,11 @@ class CaseyAndAndy(_BasicScraper):
|
||||||
help = 'Index format: number'
|
help = 'Index format: number'
|
||||||
|
|
||||||
|
|
||||||
|
class CassiopeiaQuinn(ComicControlScraper):
|
||||||
|
url = 'https://www.cassiopeiaquinn.com/'
|
||||||
|
firstStripUrl = url + 'comic/the-prize-cover'
|
||||||
|
|
||||||
|
|
||||||
class CasuallyKayla(_BasicScraper):
|
class CasuallyKayla(_BasicScraper):
|
||||||
url = 'http://casuallykayla.com/'
|
url = 'http://casuallykayla.com/'
|
||||||
stripUrl = url + '?p=%s'
|
stripUrl = url + '?p=%s'
|
||||||
|
|
Loading…
Reference in a new issue