Private GIT

Skip to content
Snippets Groups Projects
Commit 02b5a10b authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Merge pull request #1997 from fernandog/rarbg_http_token

Remove https from rarbg token
parents 4213a18c 6074b79f
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class RarbgProvider(generic.TorrentProvider):
self.tokenExpireDate = None
self.urls = {'url': u'https://rarbg.com',
'token': u'https://torrentapi.org/pubapi_v2.php?get_token=get_token&format=json&app_id=sickrage',
'token': u'http://torrentapi.org/pubapi_v2.php?get_token=get_token&format=json&app_id=sickrage',
'listing': u'https://torrentapi.org/pubapi_v2.php?mode=list&app_id=sickrage',
'search': u'https://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage&search_string={search_string}',
'search_tvdb': u'https://torrentapi.org/pubapi_v2.php?mode=search&app_id=sickrage&search_tvdb={tvdb}&search_string={search_string}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment