Skip to content

Commit

Permalink
[Bridges] Use HTTPS (#1337)
Browse files Browse the repository at this point in the history
* [Rule34pahealBridge] Use HTTPS
* [KonachanBridge] Use HTTPS
* [Rule34Bridge] Use HTTPS
* [SafebooruBridge] Use HTTPS
* [TbibBridge] Use HTTPS
* [XbooruBridge] Use HTTPS
* [ScmbBridge] Use HTTPS
* [ReporterreBridge] Use HTTPS
* [BastaBridge] Use HTTPS
* [NiceMatinBridge] Use HTTPS
* [ScoopItBridge] Use HTTPS
* [TheCodingLoveBridge] Use HTTPS
* [Shimmie2Bridge] Use HTTPS
* [HDWallpapersBridge] Use HTTPS
* [GiphyBridge] Use HTTPS
* [PickyWallpapersBridge] Use HTTPS
* [ParuVenduImmoBridge] Use HTTPS
* [ElsevierBridge] Use HTTPS
* [CastorusBridge] Use HTTPS
* [CollegeDeFranceBridge] Use HTTPS
* [MangareaderBridge] Use HTTPS
  • Loading branch information
VerifiedJoseph authored and teromene committed Oct 16, 2019
1 parent 0eab63d commit 4c0e234
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bridges/BastaBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class BastaBridge extends BridgeAbstract {

const MAINTAINER = 'qwertygc';
const NAME = 'Bastamag Bridge';
const URI = 'http://www.bastamag.net/';
const URI = 'https://www.bastamag.net/';
const CACHE_TIMEOUT = 7200; // 2h
const DESCRIPTION = 'Returns the newest articles.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/CastorusBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class CastorusBridge extends BridgeAbstract {
const MAINTAINER = 'logmanoriginal';
const NAME = 'Castorus Bridge';
const URI = 'http://www.castorus.com';
const URI = 'https://www.castorus.com';
const CACHE_TIMEOUT = 600; // 10min
const DESCRIPTION = 'Returns the latest changes';

Expand Down
2 changes: 1 addition & 1 deletion bridges/CollegeDeFranceBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class CollegeDeFranceBridge extends BridgeAbstract {

const MAINTAINER = 'pit-fgfjiudghdf';
const NAME = 'CollegeDeFrance';
const URI = 'http://www.college-de-france.fr/';
const URI = 'https://www.college-de-france.fr/';
const CACHE_TIMEOUT = 10800; // 3h
const DESCRIPTION = 'Returns the latest audio and video from CollegeDeFrance';

Expand Down
2 changes: 1 addition & 1 deletion bridges/ElsevierBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ElsevierBridge extends BridgeAbstract {

const MAINTAINER = 'Pierre Mazière';
const NAME = 'Elsevier journals recent articles';
const URI = 'http://www.journals.elsevier.com/';
const URI = 'https://www.journals.elsevier.com/';
const CACHE_TIMEOUT = 43200; //12h
const DESCRIPTION = 'Returns the recent articles published in Elsevier journals';

Expand Down
2 changes: 1 addition & 1 deletion bridges/GiphyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class GiphyBridge extends BridgeAbstract {

const MAINTAINER = 'kraoc';
const NAME = 'Giphy Bridge';
const URI = 'http://giphy.com/';
const URI = 'https://giphy.com/';
const CACHE_TIMEOUT = 300; //5min
const DESCRIPTION = 'Bridge for giphy.com';

Expand Down
2 changes: 1 addition & 1 deletion bridges/HDWallpapersBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class HDWallpapersBridge extends BridgeAbstract {
const MAINTAINER = 'nel50n';
const NAME = 'HD Wallpapers Bridge';
const URI = 'http://www.hdwallpapers.in/';
const URI = 'https://www.hdwallpapers.in/';
const CACHE_TIMEOUT = 43200; //12h
const DESCRIPTION = 'Returns the latests wallpapers from HDWallpapers';

Expand Down
2 changes: 1 addition & 1 deletion bridges/KonachanBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class KonachanBridge extends MoebooruBridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Konachan';
const URI = 'http://konachan.com/';
const URI = 'https://konachan.com/';
const DESCRIPTION = 'Returns images from given page';

}
2 changes: 1 addition & 1 deletion bridges/MangareaderBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class MangareaderBridge extends BridgeAbstract {

const MAINTAINER = 'logmanoriginal';
const NAME = 'Mangareader Bridge';
const URI = 'http://www.mangareader.net';
const URI = 'https://www.mangareader.net';
const CACHE_TIMEOUT = 10800; // 3h
const DESCRIPTION = 'Returns the latest updates, popular mangas or manga updates (new chapters)';

Expand Down
2 changes: 1 addition & 1 deletion bridges/NiceMatinBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class NiceMatinBridge extends FeedExpander {

const MAINTAINER = 'pit-fgfjiudghdf';
const NAME = 'NiceMatin';
const URI = 'http://www.nicematin.com/';
const URI = 'https://www.nicematin.com/';
const DESCRIPTION = 'Returns the 10 newest posts from NiceMatin (full text)';

public function collectData(){
Expand Down
2 changes: 1 addition & 1 deletion bridges/ParuVenduImmoBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ParuVenduImmoBridge extends BridgeAbstract {

const MAINTAINER = 'polo2ro';
const NAME = 'Paru Vendu Immobilier';
const URI = 'http://www.paruvendu.fr';
const URI = 'https://www.paruvendu.fr';
const CACHE_TIMEOUT = 10800; // 3h
const DESCRIPTION = 'Returns the ads from the first page of search result.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/PickyWallpapersBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class PickyWallpapersBridge extends BridgeAbstract {

const MAINTAINER = 'nel50n';
const NAME = 'PickyWallpapers Bridge';
const URI = 'http://www.pickywallpapers.com/';
const URI = 'https://www.pickywallpapers.com/';
const CACHE_TIMEOUT = 43200; // 12h
const DESCRIPTION = 'Returns the latests wallpapers from PickyWallpapers';

Expand Down
2 changes: 1 addition & 1 deletion bridges/ReporterreBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ReporterreBridge extends BridgeAbstract {

const MAINTAINER = 'nyutag';
const NAME = 'Reporterre Bridge';
const URI = 'http://www.reporterre.net/';
const URI = 'https://www.reporterre.net/';
const DESCRIPTION = 'Returns the newest articles.';

private function extractContent($url){
Expand Down
2 changes: 1 addition & 1 deletion bridges/Rule34Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Rule34Bridge extends GelbooruBridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Rule34';
const URI = 'http://rule34.xxx/';
const URI = 'https://rule34.xxx/';
const DESCRIPTION = 'Returns images from given page';

const PIDBYPAGE = 50;
Expand Down
2 changes: 1 addition & 1 deletion bridges/Rule34pahealBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Rule34pahealBridge extends Shimmie2Bridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Rule34paheal';
const URI = 'http://rule34.paheal.net/';
const URI = 'https://rule34.paheal.net/';
const DESCRIPTION = 'Returns images from given page';

protected function getItemFromElement($element){
Expand Down
2 changes: 1 addition & 1 deletion bridges/SafebooruBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class SafebooruBridge extends GelbooruBridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Safebooru';
const URI = 'http://safebooru.org/';
const URI = 'https://safebooru.org/';
const DESCRIPTION = 'Returns images from given page';

const PIDBYPAGE = 40;
Expand Down
2 changes: 1 addition & 1 deletion bridges/ScmbBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ScmbBridge extends BridgeAbstract {

const MAINTAINER = 'Astalaseven';
const NAME = 'Se Coucher Moins Bête Bridge';
const URI = 'http://secouchermoinsbete.fr';
const URI = 'https://secouchermoinsbete.fr';
const CACHE_TIMEOUT = 21600; // 6h
const DESCRIPTION = 'Returns the newest anecdotes.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/ScoopItBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class ScoopItBridge extends BridgeAbstract {

const MAINTAINER = 'Pitchoule';
const NAME = 'ScoopIt';
const URI = 'http://www.scoop.it/';
const URI = 'https://www.scoop.it/';
const CACHE_TIMEOUT = 21600; // 6h
const DESCRIPTION = 'Returns most recent results from ScoopIt.';

Expand Down
2 changes: 1 addition & 1 deletion bridges/Shimmie2Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Shimmie2Bridge extends DanbooruBridge {

const NAME = 'Shimmie v2';
const URI = 'http://shimmie.shishnet.org/v2/';
const URI = 'https://shimmie.shishnet.org/v2/';
const DESCRIPTION = 'Returns images from given page';

const PATHTODATA = '.shm-thumb-link';
Expand Down
2 changes: 1 addition & 1 deletion bridges/TbibBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class TbibBridge extends GelbooruBridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Tbib';
const URI = 'http://tbib.org/';
const URI = 'https://tbib.org/';
const DESCRIPTION = 'Returns images from given page';

const PIDBYPAGE = 50;
Expand Down
2 changes: 1 addition & 1 deletion bridges/TheCodingLoveBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class TheCodingLoveBridge extends BridgeAbstract {

const MAINTAINER = 'superbaillot.net';
const NAME = 'The Coding Love';
const URI = 'http://thecodinglove.com/';
const URI = 'https://thecodinglove.com/';
const CACHE_TIMEOUT = 7200; // 2h
const DESCRIPTION = 'The Coding Love';

Expand Down
2 changes: 1 addition & 1 deletion bridges/XbooruBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class XbooruBridge extends GelbooruBridge {

const MAINTAINER = 'mitsukarenai';
const NAME = 'Xbooru';
const URI = 'http://xbooru.com/';
const URI = 'https://xbooru.com/';
const DESCRIPTION = 'Returns images from given page';

const PIDBYPAGE = 50;
Expand Down

0 comments on commit 4c0e234

Please sign in to comment.