diff --git a/sickbeard/providers/iptorrents.py b/sickbeard/providers/iptorrents.py index 5ee800ca..bc45600b 100644 --- a/sickbeard/providers/iptorrents.py +++ b/sickbeard/providers/iptorrents.py @@ -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']