From 8eb79701a6442172ce001a25b4b3c51e5abe5a16 Mon Sep 17 00:00:00 2001 From: Ade Date: Sat, 8 Apr 2017 11:58:14 +1200 Subject: [PATCH] t411, pb url change --- headphones/searcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index cb6a1cfa..b0652f7f 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1723,7 +1723,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None, if headphones.CONFIG.PIRATEBAY_PROXY_URL: providerurl = fix_url(set_proxy(headphones.CONFIG.PIRATEBAY_PROXY_URL)) else: - providerurl = fix_url("https://thepiratebay.se") + providerurl = fix_url("https://thepiratebay.org") # Build URL providerurl = providerurl + "/search/" + tpb_term + "/0/7/" # 7 is sort by seeders @@ -1951,7 +1951,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.li" + API_URL = "http://api.t411.ai" AUTH_URL = API_URL + '/auth' DL_URL = API_URL + '/torrents/download/' provider = "t411"