1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-19 06:42:14 +02:00

[KoreusBridge + VarietyBridge] Use HTTPS when fetching feedburner feeds (#1797)

This commit is contained in:
Joseph
2020-10-15 08:03:51 +00:00
committed by GitHub
parent 645a8f62c6
commit 0a1ff10a52
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ class VarietyBridge extends FeedExpander {
const DESCRIPTION = 'RSS feed for Variety';
public function collectData(){
$this->collectExpandableDatas('http://feeds.feedburner.com/variety/headlines', 15);
$this->collectExpandableDatas('https://feeds.feedburner.com/variety/headlines', 15);
}
protected function parseItem($newsItem){