Change search method to 3 (description)

This commit is contained in:
Leon Koppel
2014-02-22 18:32:43 +01:00
parent 12adde8f80
commit 790a74f9e4

View File

@@ -40,7 +40,7 @@ class SceneAccess(TorrentProvider):
arguments = tryUrlencode({
'search': movie['library']['identifier'],
'method': 1,
'method': 3,
})
url = "%s&%s" % (url, arguments)