Add TheForgottenOrder
This commit is contained in:
parent
5fca596216
commit
f223bc09fb
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ class TheDreamlandChronicles(_WordPressScraper):
|
||||||
url = 'http://www.thedreamlandchronicles.com/'
|
url = 'http://www.thedreamlandchronicles.com/'
|
||||||
|
|
||||||
|
|
||||||
|
class TheForgottenOrder(_ComicControlScraper):
|
||||||
|
url = 'http://www.forgottenordercomic.com/'
|
||||||
|
firstStripUrl = url + 'comic/prolouge-01-book-1'
|
||||||
|
|
||||||
|
|
||||||
class TheGamerCat(_ParserScraper):
|
class TheGamerCat(_ParserScraper):
|
||||||
url = 'https://thegamercat.com/'
|
url = 'https://thegamercat.com/'
|
||||||
stripUrl = url + 'comic/%s/'
|
stripUrl = url + 'comic/%s/'
|
||||||
|
|
Loading…
Reference in a new issue