diff --git a/couchpotato/core/media/_base/providers/torrent/yts.py b/couchpotato/core/media/_base/providers/torrent/yts.py index 34cb93c..55029b2 100644 --- a/couchpotato/core/media/_base/providers/torrent/yts.py +++ b/couchpotato/core/media/_base/providers/torrent/yts.py @@ -35,7 +35,7 @@ class Base(TorrentMagnetProvider): t = movie['info']['original_title'].split(' ') - if all(word in name for word in t): + if all(word in name for word in t) and movie['info']['year'] == result['year']: year = result['year'] detail_url = result['url']