Private GIT

Skip to content
Snippets Groups Projects
Commit 6074b79f authored by Fernando's avatar Fernando
Browse files

Remove https from rarbg token

parent fbdc1f67
Branches
Tags
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 register or to comment