From a0755d4b1cbcf63246b5c5233125d06d4b815405 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Sat, 3 May 2014 18:38:16 -0700 Subject: [PATCH] Headphones indexer changes --- headphones/searcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/searcher.py b/headphones/searcher.py index 42e124d8..20b5f16b 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -307,13 +307,13 @@ def searchNZB(album, new=False, losslessOnly=False): params = { "t": "search", "cat": categories, - "apikey": '89edf227c1de9b3de50383fff11466c6', + "apikey": '964d601959918a578a670984bdee9357', "maxage": headphones.USENET_RETENTION, "q": term } data = request.request_feed( - url="http://headphones.codeshy.com/newznab/api", + url="http://indexer.codeshy.com/api", params=params, headers=headers, auth=(headphones.HPUSER, headphones.HPPASS) )