Updated iptorrents URL

Updated iptorrents URL to preferred, block-advoiding iptorrents.eu
This commit is contained in:
coolius 2015-01-20 11:47:36 +00:00
parent 91cb8d885c
commit bef446186e
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ class IPTorrentsProvider(generic.TorrentProvider):
self.cache = IPTorrentsCache(self)
self.urls = {'base_url': 'https://www.iptorrents.com',
'login': 'https://www.iptorrents.com/torrents/',
'search': 'https://www.iptorrents.com/torrents/?%s%s&q=%s&qf=ti',
self.urls = {'base_url': 'https://www.iptorrents.eu',
'login': 'https://www.iptorrents.eu/torrents/',
'search': 'https://www.iptorrents.eu/torrents/?%s%s&q=%s&qf=ti',
}
self.url = self.urls['base_url']