diff --git a/sickbeard/providers/t411.py b/sickbeard/providers/t411.py index 6b43fb6d35c141a104415a6ec914d2514ce1b69b..041229db835e4d39dccd86635c3b157e1741a6d9 100644 --- a/sickbeard/providers/t411.py +++ b/sickbeard/providers/t411.py @@ -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']