From 8ca5c6257540441d9985eaad5da96722e9486646 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 7 Oct 2013 15:52:25 +0200 Subject: [PATCH] YIFY use IMDB id for search. fix #2313 --- couchpotato/core/providers/torrent/yify/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/yify/main.py b/couchpotato/core/providers/torrent/yify/main.py index 4c059463..47fe310c 100644 --- a/couchpotato/core/providers/torrent/yify/main.py +++ b/couchpotato/core/providers/torrent/yify/main.py @@ -25,7 +25,7 @@ class Yify(TorrentProvider): def _searchOnTitle(self, title, movie, quality, results): - data = self.getJsonData(self.urls['search'] % (title, quality['identifier'])) + data = self.getJsonData(self.urls['search'] % (movie['library']['identifier'], quality['identifier'])) if data and data.get('MovieList'): try: