diff --git a/dosagelib/plugins/c.py b/dosagelib/plugins/c.py index 6f164c3f3..fc2acada4 100644 --- a/dosagelib/plugins/c.py +++ b/dosagelib/plugins/c.py @@ -453,7 +453,7 @@ class CutLoose(_ParserScraper): class CyanideAndHappiness(_BasicScraper): - url = 'http://explosm.net/comics/' + url = 'https://explosm.net/comics/' stripUrl = url + '%s/' firstStripUrl = stripUrl % '15' imageSearch = compile(tagre("img", "src", r'(.*files.explosm.net/[^/]+/[^"]+)', before="main-comic")) diff --git a/dosagelib/plugins/webtoons.py b/dosagelib/plugins/webtoons.py index fc53cfd80..b1abcfca9 100644 --- a/dosagelib/plugins/webtoons.py +++ b/dosagelib/plugins/webtoons.py @@ -167,7 +167,7 @@ class WebToons(_ParserScraper): cls('FourLeaf', 'fantasy/four-leaf', 1454), cls('FreakingRomance', 'romance/freaking-romance', 1467), cls('FridayForbiddenTales', 'thriller/friday', 388), - cls('GameMasters', 'challenge/game-masters',237252), + cls('GameMasters', 'challenge/game-masters', 237252), cls('GenshinImpact', 'challenge/genshin-impact', 242646), cls('Gepetto', 'sf/gepetto', 81), cls('GhostsAmongTheWildFlowers', 'fantasy/ghosts-over-wild-flowers', 718),