Skip to content

Commit

Permalink
Merge pull request #288 from dmoonfire/CassiopeiaQuinn
Browse files Browse the repository at this point in the history
Add CassiopeiaQuinn
  • Loading branch information
TobiX authored Oct 8, 2023
2 parents 92bdd00 + 4aa0894 commit 5f2a3cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dosagelib/plugins/c.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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):
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 5f2a3cc

Please sign in to comment.