mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-21 12:29:29 +01:00
SSL for headphones indexer
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user