mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-27 01:54:40 +02:00
Add an indicator to show the HTTP status of the site. (#483)
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user