mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:05:55 +00:00
af_comics: Go Comics now uses HTTPS.
This commit is contained in:
@@ -91,7 +91,7 @@ class Af_Comics extends Plugin {
|
||||
return $feed_data;
|
||||
|
||||
if (preg_match('#^https?://(?:feeds\.feedburner\.com/uclick|www\.gocomics\.com)/([-a-z0-9]+)$#i', $fetch_url, $comic)) {
|
||||
$site_url = 'http://www.gocomics.com/' . $comic[1];
|
||||
$site_url = 'https://www.gocomics.com/' . $comic[1];
|
||||
|
||||
$article_link = $site_url . date('/Y/m/d');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user