SSL for headphones indexer

This commit is contained in:
rembo10
2015-05-19 17:50:54 -07:00
parent 93dbf13d88
commit 4c16b53c2a

View File

@@ -493,7 +493,7 @@ def searchNZB(album, new=False, losslessOnly=False, albumlength=None, choose_spe
}
data = request.request_feed(
url="http://indexer.codeshy.com/api",
url="https://indexer.codeshy.com/api",
params=params, headers=headers,
auth=(headphones.CONFIG.HPUSER, headphones.CONFIG.HPPASS)
)