mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
[KoreusBridge + VarietyBridge] Use HTTPS when fetching feedburner feeds (#1797)
This commit is contained in:
parent
645a8f62c6
commit
0a1ff10a52
2 changed files with 3 additions and 3 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue