From 5a999818272d1af4681035c789332c84465ad9ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABlBERTRAND?= Date: Sun, 8 Oct 2017 19:21:10 +0200 Subject: [PATCH] Updater torrent9 URI --- bridges/Torrent9Bridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/Torrent9Bridge.php b/bridges/Torrent9Bridge.php index 742e777c..40db4acd 100644 --- a/bridges/Torrent9Bridge.php +++ b/bridges/Torrent9Bridge.php @@ -3,7 +3,7 @@ class Torrent9Bridge extends BridgeAbstract { const MAINTAINER = 'lagaisse'; const NAME = 'Torrent9 Bridge'; - const URI = 'http://www.torrent9.biz'; + const URI = 'http://www.torrent9.pe'; const CACHE_TIMEOUT = 86400; // 24h = 86400s const DESCRIPTION = 'Returns latest torrents';