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