Private GIT

Skip to content
Snippets Groups Projects
Commit 44835360 authored by miigotu's avatar miigotu
Browse files

Merge pull request #2532 from onlineme88/patch-1

Alpharatio does not respond to the SSL version
parents 2c46c41a 20b9096a
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,11 @@ class AlphaRatioProvider(generic.TorrentProvider):
self.cache = AlphaRatioCache(self)
self.urls = {'base_url': 'https://alpharatio.cc/',
'login': 'https://alpharatio.cc/login.php',
'detail': 'https://alpharatio.cc/torrents.php?torrentid=%s',
'search': 'https://alpharatio.cc/torrents.php?searchstr=%s%s',
'download': 'https://alpharatio.cc/%s',
self.urls = {'base_url': 'http://alpharatio.cc/',
'login': 'http://alpharatio.cc/login.php',
'detail': 'http://alpharatio.cc/torrents.php?torrentid=%s',
'search': 'http://alpharatio.cc/torrents.php?searchstr=%s%s',
'download': 'http://alpharatio.cc/%s',
}
self.catagories = "&filter_cat[1]=1&filter_cat[2]=1&filter_cat[3]=1&filter_cat[4]=1&filter_cat[5]=1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment