From dff1ac2e41381ccc1b2e6ec7cfa13df32442ad0d Mon Sep 17 00:00:00 2001 From: massiliattak Date: Sun, 20 Nov 2016 20:15:37 +0100 Subject: [PATCH] Update T411 new domain ( t411.li ) --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 1efb657e..ac938972 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1801,7 +1801,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None, if headphones.CONFIG.TQUATTRECENTONZE: username = headphones.CONFIG.TQUATTRECENTONZE_USER password = headphones.CONFIG.TQUATTRECENTONZE_PASSWORD - API_URL = "http://api.t411.ch" + API_URL = "http://api.t411.li" AUTH_URL = API_URL + '/auth' DL_URL = API_URL + '/torrents/download/' provider = "t411"