Skip to content

Commit

Permalink
Merge pull request #1084 from SickRage/adaur-patch-1
Browse files Browse the repository at this point in the history
Update T411 domain name
  • Loading branch information
miigotu committed Feb 28, 2016
2 parents 36b198d + cba38b4 commit b94d78a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sickbeard/providers/t411.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def __init__(self):

self.cache = tvcache.TVCache(self, min_time=10) # Only poll T411 every 10 minutes max

self.urls = {'base_url': 'http://www.t411.in/',
'search': 'https://api.t411.in/torrents/search/%s*?cid=%s&limit=100',
'rss': 'https://api.t411.in/torrents/top/today',
'login_page': 'https://api.t411.in/auth',
'download': 'https://api.t411.in/torrents/download/%s'}
self.urls = {'base_url': 'http://www.t411.ch/',
'search': 'https://api.t411.ch/torrents/search/%s*?cid=%s&limit=100',
'rss': 'https://api.t411.ch/torrents/top/today',
'login_page': 'https://api.t411.ch/auth',
'download': 'https://api.t411.ch/torrents/download/%s'}

self.url = self.urls['base_url']

Expand Down

0 comments on commit b94d78a

Please sign in to comment.