Private GIT

Skip to content
Snippets Groups Projects
Commit 92de6ed0 authored by adaur's avatar adaur
Browse files

Update t411 domain name

parent f0252497
No related branches found
No related tags found
No related merge requests found
......@@ -52,10 +52,10 @@ class T411Provider(generic.TorrentProvider):
self.cache = T411Cache(self)
self.urls = {'base_url': 'http://www.t411.io/',
'search': 'https://api.t411.io/torrents/search/%s?cid=%s&limit=100',
'login_page': 'https://api.t411.io/auth',
'download': 'https://api.t411.io/torrents/download/%s',
self.urls = {'base_url': 'http://www.t411.in/',
'search': 'https://api.t411.in/torrents/search/%s?cid=%s&limit=100',
'login_page': 'https://api.t411.in/auth',
'download': 'https://api.t411.in/torrents/download/%s',
}
self.url = self.urls['base_url']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment