Updated 4 bridges to use HTTPS (#497)

* [NextInpactBridge] Use https

* [InstagramBridge] Use https

* [GBAtempBridge] Use https

* [LeBonCoinBridge] Use https
This commit is contained in:
Corentin Garcia 2017-03-21 21:27:12 +01:00 committed by Teromene
parent c0181d8d41
commit 2ac0469750
4 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ class GBAtempBridge extends BridgeAbstract {
const MAINTAINER = 'ORelio';
const NAME = 'GBAtemp';
const URI = 'http://gbatemp.net/';
const URI = 'https://gbatemp.net/';
const DESCRIPTION = 'GBAtemp is a user friendly underground video game community.';
const PARAMETERS = array( array(

View file

@ -3,7 +3,7 @@ class InstagramBridge extends BridgeAbstract {
const MAINTAINER = 'pauder';
const NAME = 'Instagram Bridge';
const URI = 'http://instagram.com/';
const URI = 'https://instagram.com/';
const DESCRIPTION = 'Returns the newest images';
const PARAMETERS = array( array(

View file

@ -3,7 +3,7 @@ class LeBonCoinBridge extends BridgeAbstract {
const MAINTAINER = '16mhz';
const NAME = 'LeBonCoin';
const URI = 'http://www.leboncoin.fr/';
const URI = 'https://www.leboncoin.fr/';
const DESCRIPTION = 'Returns most recent results from LeBonCoin for a
region, and optionally a category and a keyword .';

View file

@ -3,7 +3,7 @@ class NextInpactBridge extends FeedExpander {
const MAINTAINER = 'qwertygc';
const NAME = 'NextInpact Bridge';
const URI = 'http://www.nextinpact.com/';
const URI = 'https://www.nextinpact.com/';
const DESCRIPTION = 'Returns the newest articles.';
public function collectData(){