1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-03-03 10:01:53 -05:00

T411: Change addresse from t411.me to t411.io

This commit is contained in:
Alexandre Beloin 2015-02-23 11:17:31 -05:00
parent ac153cf232
commit 5d6c62417c

View File

@ -51,10 +51,10 @@ class T411Provider(generic.TorrentProvider):
self.cache = T411Cache(self)
self.urls = {'base_url': 'http://www.t411.me/',
'search': 'http://www.t411.me/torrents/search/?name=%s&cat=210&subcat=%s&search=%s&submit=Recherche',
'login_page': 'http://www.t411.me/users/login/',
'download': 'http://www.t411.me/torrents/download/?id=%s',
self.urls = {'base_url': 'http://www.t411.io/',
'search': 'http://www.t411.io/torrents/search/?name=%s&cat=210&subcat=%s&search=%s&submit=Recherche',
'login_page': 'http://www.t411.io/users/login/',
'download': 'http://www.t411.io/torrents/download/?id=%s',
}
self.url = self.urls['base_url']