mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Merge pull request #1267 from abeloin/patch-iptorrent
Fix IPTorrents url.
This commit is contained in:
commit
14e76946c7
@ -54,9 +54,9 @@ class IPTorrentsProvider(generic.TorrentProvider):
|
|||||||
|
|
||||||
self.cache = IPTorrentsCache(self)
|
self.cache = IPTorrentsCache(self)
|
||||||
|
|
||||||
self.urls = {'base_url': 'https://www.iptorrents.eu',
|
self.urls = {'base_url': 'https://iptorrents.eu',
|
||||||
'login': 'https://www.iptorrents.eu/torrents/',
|
'login': 'https://iptorrents.eu/torrents/',
|
||||||
'search': 'https://www.iptorrents.eu/torrents/?%s%s&q=%s&qf=ti',
|
'search': 'https://iptorrents.eu/torrents/?%s%s&q=%s&qf=ti',
|
||||||
}
|
}
|
||||||
|
|
||||||
self.url = self.urls['base_url']
|
self.url = self.urls['base_url']
|
||||||
|
Loading…
Reference in New Issue
Block a user