Fix MareInternum

This commit is contained in:
Techwolf 2019-07-12 23:37:43 -07:00 committed by Tobias Gruetzmacher
parent 8f335c15e1
commit 523a65581c

View file

@ -57,10 +57,9 @@ class ManlyGuysDoingManlyThings(_ParserScraper):
class MareInternum(_WordPressScraper):
url = 'http://www.marecomic.com/'
url = 'https://www.marecomic.com/'
stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % 'intro-page-1'
help = 'Index format: ch<chapter>-page-<pagenum> (most of the time)'
class Marilith(_BasicScraper):