diff --git a/dosagelib/plugins/m.py b/dosagelib/plugins/m.py index c848bfa7d..93312cb47 100755 --- a/dosagelib/plugins/m.py +++ b/dosagelib/plugins/m.py @@ -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-page- (most of the time)' class Marilith(_BasicScraper):