From 17787c5a4fb1cac480377a8926e0261c18f16442 Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sat, 29 Mar 2014 12:45:12 +1300 Subject: [PATCH] Fixed searching bug in IPT provider --- couchpotato/core/media/_base/providers/torrent/iptorrents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/_base/providers/torrent/iptorrents.py b/couchpotato/core/media/_base/providers/torrent/iptorrents.py index 29580d49..0433d3ef 100644 --- a/couchpotato/core/media/_base/providers/torrent/iptorrents.py +++ b/couchpotato/core/media/_base/providers/torrent/iptorrents.py @@ -18,7 +18,7 @@ class Base(TorrentProvider): 'base_url': 'https://www.iptorrents.com', 'login': 'https://www.iptorrents.com/torrents/', 'login_check': 'https://www.iptorrents.com/inbox.php', - 'search': 'https://www.iptorrents.com/torrents/?l%d=1%s&q=%s&qf=ti&p=%d', + 'search': 'https://www.iptorrents.com/torrents/?%s%%s&q=%s&qf=ti&p=%%d', } http_time_between_calls = 1 # Seconds