[Bridges] Use HTTPS (#1337)
* [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
This commit is contained in:
parent
0eab63d728
commit
4c0e234479
21 changed files with 21 additions and 21 deletions
|
@ -3,7 +3,7 @@ class BastaBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'qwertygc';
|
const MAINTAINER = 'qwertygc';
|
||||||
const NAME = 'Bastamag Bridge';
|
const NAME = 'Bastamag Bridge';
|
||||||
const URI = 'http://www.bastamag.net/';
|
const URI = 'https://www.bastamag.net/';
|
||||||
const CACHE_TIMEOUT = 7200; // 2h
|
const CACHE_TIMEOUT = 7200; // 2h
|
||||||
const DESCRIPTION = 'Returns the newest articles.';
|
const DESCRIPTION = 'Returns the newest articles.';
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
class CastorusBridge extends BridgeAbstract {
|
class CastorusBridge extends BridgeAbstract {
|
||||||
const MAINTAINER = 'logmanoriginal';
|
const MAINTAINER = 'logmanoriginal';
|
||||||
const NAME = 'Castorus Bridge';
|
const NAME = 'Castorus Bridge';
|
||||||
const URI = 'http://www.castorus.com';
|
const URI = 'https://www.castorus.com';
|
||||||
const CACHE_TIMEOUT = 600; // 10min
|
const CACHE_TIMEOUT = 600; // 10min
|
||||||
const DESCRIPTION = 'Returns the latest changes';
|
const DESCRIPTION = 'Returns the latest changes';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class CollegeDeFranceBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'pit-fgfjiudghdf';
|
const MAINTAINER = 'pit-fgfjiudghdf';
|
||||||
const NAME = 'CollegeDeFrance';
|
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 CACHE_TIMEOUT = 10800; // 3h
|
||||||
const DESCRIPTION = 'Returns the latest audio and video from CollegeDeFrance';
|
const DESCRIPTION = 'Returns the latest audio and video from CollegeDeFrance';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class ElsevierBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'Pierre Mazière';
|
const MAINTAINER = 'Pierre Mazière';
|
||||||
const NAME = 'Elsevier journals recent articles';
|
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 CACHE_TIMEOUT = 43200; //12h
|
||||||
const DESCRIPTION = 'Returns the recent articles published in Elsevier journals';
|
const DESCRIPTION = 'Returns the recent articles published in Elsevier journals';
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ class GiphyBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'kraoc';
|
const MAINTAINER = 'kraoc';
|
||||||
const NAME = 'Giphy Bridge';
|
const NAME = 'Giphy Bridge';
|
||||||
const URI = 'http://giphy.com/';
|
const URI = 'https://giphy.com/';
|
||||||
const CACHE_TIMEOUT = 300; //5min
|
const CACHE_TIMEOUT = 300; //5min
|
||||||
const DESCRIPTION = 'Bridge for giphy.com';
|
const DESCRIPTION = 'Bridge for giphy.com';
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
class HDWallpapersBridge extends BridgeAbstract {
|
class HDWallpapersBridge extends BridgeAbstract {
|
||||||
const MAINTAINER = 'nel50n';
|
const MAINTAINER = 'nel50n';
|
||||||
const NAME = 'HD Wallpapers Bridge';
|
const NAME = 'HD Wallpapers Bridge';
|
||||||
const URI = 'http://www.hdwallpapers.in/';
|
const URI = 'https://www.hdwallpapers.in/';
|
||||||
const CACHE_TIMEOUT = 43200; //12h
|
const CACHE_TIMEOUT = 43200; //12h
|
||||||
const DESCRIPTION = 'Returns the latests wallpapers from HDWallpapers';
|
const DESCRIPTION = 'Returns the latests wallpapers from HDWallpapers';
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ class KonachanBridge extends MoebooruBridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Konachan';
|
const NAME = 'Konachan';
|
||||||
const URI = 'http://konachan.com/';
|
const URI = 'https://konachan.com/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ class MangareaderBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'logmanoriginal';
|
const MAINTAINER = 'logmanoriginal';
|
||||||
const NAME = 'Mangareader Bridge';
|
const NAME = 'Mangareader Bridge';
|
||||||
const URI = 'http://www.mangareader.net';
|
const URI = 'https://www.mangareader.net';
|
||||||
const CACHE_TIMEOUT = 10800; // 3h
|
const CACHE_TIMEOUT = 10800; // 3h
|
||||||
const DESCRIPTION = 'Returns the latest updates, popular mangas or manga updates (new chapters)';
|
const DESCRIPTION = 'Returns the latest updates, popular mangas or manga updates (new chapters)';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class NiceMatinBridge extends FeedExpander {
|
||||||
|
|
||||||
const MAINTAINER = 'pit-fgfjiudghdf';
|
const MAINTAINER = 'pit-fgfjiudghdf';
|
||||||
const NAME = 'NiceMatin';
|
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)';
|
const DESCRIPTION = 'Returns the 10 newest posts from NiceMatin (full text)';
|
||||||
|
|
||||||
public function collectData(){
|
public function collectData(){
|
||||||
|
|
|
@ -3,7 +3,7 @@ class ParuVenduImmoBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'polo2ro';
|
const MAINTAINER = 'polo2ro';
|
||||||
const NAME = 'Paru Vendu Immobilier';
|
const NAME = 'Paru Vendu Immobilier';
|
||||||
const URI = 'http://www.paruvendu.fr';
|
const URI = 'https://www.paruvendu.fr';
|
||||||
const CACHE_TIMEOUT = 10800; // 3h
|
const CACHE_TIMEOUT = 10800; // 3h
|
||||||
const DESCRIPTION = 'Returns the ads from the first page of search result.';
|
const DESCRIPTION = 'Returns the ads from the first page of search result.';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class PickyWallpapersBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'nel50n';
|
const MAINTAINER = 'nel50n';
|
||||||
const NAME = 'PickyWallpapers Bridge';
|
const NAME = 'PickyWallpapers Bridge';
|
||||||
const URI = 'http://www.pickywallpapers.com/';
|
const URI = 'https://www.pickywallpapers.com/';
|
||||||
const CACHE_TIMEOUT = 43200; // 12h
|
const CACHE_TIMEOUT = 43200; // 12h
|
||||||
const DESCRIPTION = 'Returns the latests wallpapers from PickyWallpapers';
|
const DESCRIPTION = 'Returns the latests wallpapers from PickyWallpapers';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class ReporterreBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'nyutag';
|
const MAINTAINER = 'nyutag';
|
||||||
const NAME = 'Reporterre Bridge';
|
const NAME = 'Reporterre Bridge';
|
||||||
const URI = 'http://www.reporterre.net/';
|
const URI = 'https://www.reporterre.net/';
|
||||||
const DESCRIPTION = 'Returns the newest articles.';
|
const DESCRIPTION = 'Returns the newest articles.';
|
||||||
|
|
||||||
private function extractContent($url){
|
private function extractContent($url){
|
||||||
|
|
|
@ -5,7 +5,7 @@ class Rule34Bridge extends GelbooruBridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Rule34';
|
const NAME = 'Rule34';
|
||||||
const URI = 'http://rule34.xxx/';
|
const URI = 'https://rule34.xxx/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
const PIDBYPAGE = 50;
|
const PIDBYPAGE = 50;
|
||||||
|
|
|
@ -5,7 +5,7 @@ class Rule34pahealBridge extends Shimmie2Bridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Rule34paheal';
|
const NAME = 'Rule34paheal';
|
||||||
const URI = 'http://rule34.paheal.net/';
|
const URI = 'https://rule34.paheal.net/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
protected function getItemFromElement($element){
|
protected function getItemFromElement($element){
|
||||||
|
|
|
@ -5,7 +5,7 @@ class SafebooruBridge extends GelbooruBridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Safebooru';
|
const NAME = 'Safebooru';
|
||||||
const URI = 'http://safebooru.org/';
|
const URI = 'https://safebooru.org/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
const PIDBYPAGE = 40;
|
const PIDBYPAGE = 40;
|
||||||
|
|
|
@ -3,7 +3,7 @@ class ScmbBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'Astalaseven';
|
const MAINTAINER = 'Astalaseven';
|
||||||
const NAME = 'Se Coucher Moins Bête Bridge';
|
const NAME = 'Se Coucher Moins Bête Bridge';
|
||||||
const URI = 'http://secouchermoinsbete.fr';
|
const URI = 'https://secouchermoinsbete.fr';
|
||||||
const CACHE_TIMEOUT = 21600; // 6h
|
const CACHE_TIMEOUT = 21600; // 6h
|
||||||
const DESCRIPTION = 'Returns the newest anecdotes.';
|
const DESCRIPTION = 'Returns the newest anecdotes.';
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ class ScoopItBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'Pitchoule';
|
const MAINTAINER = 'Pitchoule';
|
||||||
const NAME = 'ScoopIt';
|
const NAME = 'ScoopIt';
|
||||||
const URI = 'http://www.scoop.it/';
|
const URI = 'https://www.scoop.it/';
|
||||||
const CACHE_TIMEOUT = 21600; // 6h
|
const CACHE_TIMEOUT = 21600; // 6h
|
||||||
const DESCRIPTION = 'Returns most recent results from ScoopIt.';
|
const DESCRIPTION = 'Returns most recent results from ScoopIt.';
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ require_once('DanbooruBridge.php');
|
||||||
class Shimmie2Bridge extends DanbooruBridge {
|
class Shimmie2Bridge extends DanbooruBridge {
|
||||||
|
|
||||||
const NAME = 'Shimmie v2';
|
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 DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
const PATHTODATA = '.shm-thumb-link';
|
const PATHTODATA = '.shm-thumb-link';
|
||||||
|
|
|
@ -5,7 +5,7 @@ class TbibBridge extends GelbooruBridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Tbib';
|
const NAME = 'Tbib';
|
||||||
const URI = 'http://tbib.org/';
|
const URI = 'https://tbib.org/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
const PIDBYPAGE = 50;
|
const PIDBYPAGE = 50;
|
||||||
|
|
|
@ -3,7 +3,7 @@ class TheCodingLoveBridge extends BridgeAbstract {
|
||||||
|
|
||||||
const MAINTAINER = 'superbaillot.net';
|
const MAINTAINER = 'superbaillot.net';
|
||||||
const NAME = 'The Coding Love';
|
const NAME = 'The Coding Love';
|
||||||
const URI = 'http://thecodinglove.com/';
|
const URI = 'https://thecodinglove.com/';
|
||||||
const CACHE_TIMEOUT = 7200; // 2h
|
const CACHE_TIMEOUT = 7200; // 2h
|
||||||
const DESCRIPTION = 'The Coding Love';
|
const DESCRIPTION = 'The Coding Love';
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ class XbooruBridge extends GelbooruBridge {
|
||||||
|
|
||||||
const MAINTAINER = 'mitsukarenai';
|
const MAINTAINER = 'mitsukarenai';
|
||||||
const NAME = 'Xbooru';
|
const NAME = 'Xbooru';
|
||||||
const URI = 'http://xbooru.com/';
|
const URI = 'https://xbooru.com/';
|
||||||
const DESCRIPTION = 'Returns images from given page';
|
const DESCRIPTION = 'Returns images from given page';
|
||||||
|
|
||||||
const PIDBYPAGE = 50;
|
const PIDBYPAGE = 50;
|
||||||
|
|
Loading…
Reference in a new issue