Sfoglia il codice sorgente

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

Updater torrent9 URI
Teromene 6 anni fa
parent
commit
8d418611a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bridges/Torrent9Bridge.php

+ 1 - 1
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';