diff --git a/sickbeard/providers/iptorrents.py b/sickbeard/providers/iptorrents.py
index c78a321ebaf2d24b0d8d6ea9e07f7b956403873a..28a8f3c1038d54d0de6a39f96a20a62738811b53 100644
--- a/sickbeard/providers/iptorrents.py
+++ b/sickbeard/providers/iptorrents.py
@@ -60,7 +60,7 @@ class IPTorrentsProvider(generic.TorrentProvider):
 
         self.urls = {'base_url': 'https://iptorrents.eu',
                 'login': 'https://iptorrents.eu/torrents/',
-                'search': 'https://iptorrents.eu/torrents/t?%s%s&q=%s&qf=#torrents',
+                'search': 'https://iptorrents.eu/t?%s%s&q=%s&qf=#torrents',
         }
 
         self.url = self.urls['base_url']