mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-09 13:19:28 +01:00
change http to https for search.py as well
This commit is contained in:
@@ -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 <a href="%s">NZBMatrix</a>' % searchURL)
|
||||
try:
|
||||
data = urllib2.urlopen(searchURL, timeout=20).read()
|
||||
|
||||
Reference in New Issue
Block a user