Fix Meek
This commit is contained in:
parent
f05a8c33d4
commit
dfbc0b148a
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ class MaxOveracts(_ParserScraper):
|
|||
|
||||
|
||||
class Meek(_WordPressScraper):
|
||||
url = 'http://www.meekcomic.com/'
|
||||
url = 'https://www.meekcomic.com/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'chapter-1-cover'
|
||||
|
||||
|
||||
class MegaTokyo(_BasicScraper):
|
||||
|
|
Loading…
Reference in a new issue