diff --git a/couchpotato/core/providers/torrent/yify/main.py b/couchpotato/core/providers/torrent/yify/main.py index ad21362b..4c059463 100644 --- a/couchpotato/core/providers/torrent/yify/main.py +++ b/couchpotato/core/providers/torrent/yify/main.py @@ -27,7 +27,7 @@ class Yify(TorrentProvider): data = self.getJsonData(self.urls['search'] % (title, quality['identifier'])) - if data: + if data and data.get('MovieList'): try: for result in data.get('MovieList'):