From 2a7b9f710d2a8720b17c6364916ab5852dea040b Mon Sep 17 00:00:00 2001 From: adaur <adaur@users.noreply.github.com> Date: Fri, 20 Feb 2015 20:30:57 +0100 Subject: [PATCH] Update to new domain name t411.me => t411.io --- sickbeard/providers/t411.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sickbeard/providers/t411.py b/sickbeard/providers/t411.py index b9e8494f5..1f5e6f4d7 100644 --- a/sickbeard/providers/t411.py +++ b/sickbeard/providers/t411.py @@ -39,7 +39,7 @@ class T411Provider(generic.TorrentProvider): self.opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(self.cj)) self.opener.addheaders = [('Content-Type', 'application/x-www-form-urlencoded'),('User-Agent', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)')] - self.url = "http://www.t411.me" + self.url = "http://www.t411.io" self.login_done = False @@ -133,7 +133,7 @@ class T411Provider(generic.TorrentProvider): link = row.find("a", title=True) title = link['title'] id = row.find_all('td')[2].find_all('a')[0]['href'][1:].replace('torrents/nfo/?id=','') - downloadURL = ('http://www.t411.me/torrents/download/?id=%s' % id) + downloadURL = ('http://www.t411.io/torrents/download/?id=%s' % id) quality = Quality.nameQuality( title ) if quality==Quality.UNKNOWN and title: -- GitLab