Private GIT

Skip to content
Snippets Groups Projects
Commit 146aec89 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Merge pull request #193 from nberlee/nzbmatrix

Finally rss.nzbmatrix.com has https support
parents ac969129 13a18f40
Branches
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ class NZBMatrixProvider(generic.NZBProvider): ...@@ -78,7 +78,7 @@ class NZBMatrixProvider(generic.NZBProvider):
if show and show.genre and 'documentary' in show.genre.lower(): if show and show.genre and 'documentary' in show.genre.lower():
params['subcat'] = params['subcat'] + ',53,9' params['subcat'] = params['subcat'] + ',53,9'
searchURL = "http://rss.nzbmatrix.com/rss.php?" + urllib.urlencode(params) searchURL = "https://rss.nzbmatrix.com/rss.php?" + urllib.urlencode(params)
logger.log(u"Search string: " + searchURL, logger.DEBUG) logger.log(u"Search string: " + searchURL, logger.DEBUG)
...@@ -150,7 +150,7 @@ class NZBMatrixCache(tvcache.TVCache): ...@@ -150,7 +150,7 @@ class NZBMatrixCache(tvcache.TVCache):
def _getRSSData(self): def _getRSSData(self):
# get all records since the last timestamp # get all records since the last timestamp
url = "http://rss.nzbmatrix.com/rss.php?" url = "https://rss.nzbmatrix.com/rss.php?"
urlArgs = {'page': 'download', urlArgs = {'page': 'download',
'username': sickbeard.NZBMATRIX_USERNAME, 'username': sickbeard.NZBMATRIX_USERNAME,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment