1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-02 14:47:35 +02:00

Merge pull request #589 from mickael-bertrand/patch-2

Updater torrent9 URI
This commit is contained in:
Teromene
2017-10-12 17:18:04 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ class Torrent9Bridge extends BridgeAbstract {
const MAINTAINER = 'lagaisse'; const MAINTAINER = 'lagaisse';
const NAME = 'Torrent9 Bridge'; const NAME = 'Torrent9 Bridge';
const URI = 'http://www.torrent9.biz'; const URI = 'http://www.torrent9.pe';
const CACHE_TIMEOUT = 86400; // 24h = 86400s const CACHE_TIMEOUT = 86400; // 24h = 86400s
const DESCRIPTION = 'Returns latest torrents'; const DESCRIPTION = 'Returns latest torrents';