af_comics: Go Comics now uses HTTPS.
This commit is contained in:
parent
8702ded6a1
commit
aedcbfd9c5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class Af_Comics extends Plugin {
|
||||||
return $feed_data;
|
return $feed_data;
|
||||||
|
|
||||||
if (preg_match('#^https?://(?:feeds\.feedburner\.com/uclick|www\.gocomics\.com)/([-a-z0-9]+)$#i', $fetch_url, $comic)) {
|
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');
|
$article_link = $site_url . date('/Y/m/d');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue