From eac197afc2e6d3356c89cbd78d80897ee49db96e Mon Sep 17 00:00:00 2001 From: Nick Bronson Date: Thu, 18 Mar 2021 18:08:39 +1100 Subject: [PATCH] Fixes to avoid redirect and whitespace warnings. --- dosagelib/plugins/c.py | 2 +- dosagelib/plugins/webtoons.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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),