mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
Add an indicator to show the HTTP status of the site. (#483)
This commit is contained in:
parent
155c0ac6f0
commit
59025d96bc
6 changed files with 29 additions and 4 deletions
|
@ -3,7 +3,7 @@ class ABCTabsBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'kranack';
|
||||
const NAME = 'ABC Tabs Bridge';
|
||||
const URI = 'http://www.abc-tabs.com/';
|
||||
const URI = 'https://www.abc-tabs.com/';
|
||||
const DESCRIPTION = 'Returns 22 newest tabs';
|
||||
|
||||
public function collectData(){
|
||||
|
|
|
@ -3,7 +3,7 @@ class AskfmBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'az5he6ch';
|
||||
const NAME = 'Ask.fm Answers';
|
||||
const URI = 'http://ask.fm/';
|
||||
const URI = 'https://ask.fm/';
|
||||
const CACHE_TIMEOUT = 300; //5 min
|
||||
const DESCRIPTION = 'Returns answers from an Ask.fm user';
|
||||
const PARAMETERS = array(
|
||||
|
|
|
@ -3,7 +3,7 @@ class BandcampBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'sebsauvage';
|
||||
const NAME = 'Bandcamp Tag';
|
||||
const URI = 'http://bandcamp.com/';
|
||||
const URI = 'https://bandcamp.com/';
|
||||
const CACHE_TIMEOUT = 600; // 10min
|
||||
const DESCRIPTION = 'New bandcamp release by tag';
|
||||
const PARAMETERS = array( array(
|
||||
|
|
|
@ -3,7 +3,7 @@ class DansTonChatBridge extends BridgeAbstract {
|
|||
|
||||
const MAINTAINER = 'Astalaseven';
|
||||
const NAME = 'DansTonChat Bridge';
|
||||
const URI = 'http://danstonchat.com/';
|
||||
const URI = 'https://danstonchat.com/';
|
||||
const CACHE_TIMEOUT = 21600; //6h
|
||||
const DESCRIPTION = 'Returns latest quotes from DansTonChat.';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue