diff --git a/sickbeard/providers/iptorrents.py b/sickbeard/providers/iptorrents.py index 47f7cc111e742e73f5a3a29838556ad415acb18a..c78a321ebaf2d24b0d8d6ea9e07f7b956403873a 100644 --- a/sickbeard/providers/iptorrents.py +++ b/sickbeard/providers/iptorrents.py @@ -60,12 +60,12 @@ class IPTorrentsProvider(generic.TorrentProvider): self.urls = {'base_url': 'https://iptorrents.eu', 'login': 'https://iptorrents.eu/torrents/', - 'search': 'https://iptorrents.eu/torrents/?%s%s&q=%s&qf=ti', + 'search': 'https://iptorrents.eu/torrents/t?%s%s&q=%s&qf=#torrents', } self.url = self.urls['base_url'] - self.categorie = 'l73=1&l78=1&l66=1&l65=1&l79=1&l5=1&l4=1' + self.categorie = 'l73=' def isEnabled(self): return self.enabled