mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Revert "Update T411 to its new domain name"
This commit is contained in:
parent
4db476b2da
commit
027d232bca
@ -51,10 +51,10 @@ class T411Provider(generic.TorrentProvider):
|
|||||||
|
|
||||||
self.cache = T411Cache(self)
|
self.cache = T411Cache(self)
|
||||||
|
|
||||||
self.urls = {'base_url': 'http://www.t411.io/',
|
self.urls = {'base_url': 'http://www.t411.me/',
|
||||||
'search': 'http://www.t411.io/torrents/search/?name=%s&cat=210&subcat=%s&search=%s&submit=Recherche',
|
'search': 'http://www.t411.me/torrents/search/?name=%s&cat=210&subcat=%s&search=%s&submit=Recherche',
|
||||||
'login_page': 'http://www.t411.io/users/login/',
|
'login_page': 'http://www.t411.me/users/login/',
|
||||||
'download': 'http://www.t411.io/torrents/download/?id=%s',
|
'download': 'http://www.t411.me/torrents/download/?id=%s',
|
||||||
}
|
}
|
||||||
|
|
||||||
self.url = self.urls['base_url']
|
self.url = self.urls['base_url']
|
||||||
|
Loading…
Reference in New Issue
Block a user