From 864e8654c3ded40c8b8987f5308b82db2d246727 Mon Sep 17 00:00:00 2001 From: tehspede Date: Tue, 25 Feb 2014 18:29:51 +0200 Subject: [PATCH] Search url has method defined twice (2 and 3) we only want 3. --- couchpotato/core/providers/torrent/sceneaccess/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/sceneaccess/main.py b/couchpotato/core/providers/torrent/sceneaccess/main.py index 355aacfa..c1c871ee 100644 --- a/couchpotato/core/providers/torrent/sceneaccess/main.py +++ b/couchpotato/core/providers/torrent/sceneaccess/main.py @@ -15,7 +15,7 @@ class SceneAccess(TorrentProvider): 'login': 'https://www.sceneaccess.eu/login', 'login_check': 'https://www.sceneaccess.eu/inbox', 'detail': 'https://www.sceneaccess.eu/details?id=%s', - 'search': 'https://www.sceneaccess.eu/browse?method=2&c%d=%d', + 'search': 'https://www.sceneaccess.eu/browse?c%d=%d', 'download': 'https://www.sceneaccess.eu/%s', }