diff --git a/headphones/searcher.py b/headphones/searcher.py index 016a4894..7e61d937 100644 --- a/headphones/searcher.py +++ b/headphones/searcher.py @@ -209,7 +209,7 @@ def searchNZB(albumid=None, new=False, losslessOnly=False): "term": term } - searchURL = "http://rss.nzbmatrix.com/rss.php?" + urllib.urlencode(params) + searchURL = "https://rss.nzbmatrix.com/rss.php?" + urllib.urlencode(params) logger.info(u'Parsing results from NZBMatrix' % searchURL) try: data = urllib2.urlopen(searchURL, timeout=20).read()