Fix MareInternum
This commit is contained in:
parent
8f335c15e1
commit
523a65581c
1 changed files with 1 additions and 2 deletions
|
@ -57,10 +57,9 @@ class ManlyGuysDoingManlyThings(_ParserScraper):
|
||||||
|
|
||||||
|
|
||||||
class MareInternum(_WordPressScraper):
|
class MareInternum(_WordPressScraper):
|
||||||
url = 'http://www.marecomic.com/'
|
url = 'https://www.marecomic.com/'
|
||||||
stripUrl = url + 'comic/%s/'
|
stripUrl = url + 'comic/%s/'
|
||||||
firstStripUrl = stripUrl % 'intro-page-1'
|
firstStripUrl = stripUrl % 'intro-page-1'
|
||||||
help = 'Index format: ch<chapter>-page-<pagenum> (most of the time)'
|
|
||||||
|
|
||||||
|
|
||||||
class Marilith(_BasicScraper):
|
class Marilith(_BasicScraper):
|
||||||
|
|
Loading…
Reference in a new issue