diff --git a/data/interfaces/brink/config.html b/data/interfaces/brink/config.html index c9f9974d..55ffde67 100644 --- a/data/interfaces/brink/config.html +++ b/data/interfaces/brink/config.html @@ -299,7 +299,7 @@ -

DNZBMatrix

+

DNZBMatrix

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()