This commit is contained in:
Bas Stottelaar
2014-09-21 00:52:59 +02:00
parent 9c1a0bc151
commit 6a16fc2526

View File

@@ -935,7 +935,7 @@ def searchTorrent(album, new=False, losslessOnly=False, albumlength=None):
# Use proxy if specified
if headphones.KAT_PROXY_URL:
providerurl = url_fix(set_proxy(proxy_url))
providerurl = url_fix(set_proxy(headphones.KAT_PROXY_URL))
else:
providerurl = url_fix("https://kickass.to")