From 790a74f9e488b2deaf5850246286c872140ee89f Mon Sep 17 00:00:00 2001 From: Leon Koppel Date: Sat, 22 Feb 2014 18:32:43 +0100 Subject: [PATCH] Change search method to 3 (description) --- 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 a43c49bb..355aacfa 100644 --- a/couchpotato/core/providers/torrent/sceneaccess/main.py +++ b/couchpotato/core/providers/torrent/sceneaccess/main.py @@ -40,7 +40,7 @@ class SceneAccess(TorrentProvider): arguments = tryUrlencode({ 'search': movie['library']['identifier'], - 'method': 1, + 'method': 3, }) url = "%s&%s" % (url, arguments)