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:
@@ -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){
|
||||
|
Reference in New Issue
Block a user