Private GIT

Skip to content
Snippets Groups Projects
Commit 5fcdc9c4 authored by Arthur Garnier's avatar Arthur Garnier Committed by miigotu
Browse files

New T411 domain (#3700) (#3701)

parent 8c9475c3
No related branches found
No related tags found
No related merge requests found
......@@ -44,11 +44,11 @@ class T411Provider(TorrentProvider): # pylint: disable=too-many-instance-attrib
self.cache = tvcache.TVCache(self, min_time=10) # Only poll T411 every 10 minutes max
self.urls = {'base_url': 'https://www.t411.ai/',
'search': 'https://api.t411.ai/torrents/search/%s*?cid=%s&limit=100',
'rss': 'https://api.t411.ai/torrents/top/today',
'login_page': 'https://api.t411.ai/auth',
'download': 'https://api.t411.ai/torrents/download/%s'}
self.urls = {'base_url': 'https://www.t411.al/',
'search': 'https://api.t411.al/torrents/search/%s*?cid=%s&limit=100',
'rss': 'https://api.t411.al/torrents/top/today',
'login_page': 'https://api.t411.al/auth',
'download': 'https://api.t411.al/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