From 03ea67b20bb7392bae91b8a60d04267dbe71d311 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Sun, 15 Feb 2015 14:02:49 +0100 Subject: [PATCH] Fix for #2119 --- headphones/searcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 7f03d7c3..08e8d8bd 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -1096,7 +1096,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None): if headphones.CONFIG.KAT_PROXY_URL: providerurl = fix_url(set_proxy(headphones.CONFIG.KAT_PROXY_URL)) else: - providerurl = fix_url("https://kickass.so") + providerurl = fix_url("https://kickass.to") # Build URL providerurl = providerurl + "/usearch/" + ka_term