Browse Source

fixed wonder woman 2009/2017 release confusion.

pull/7189/head
swkgram 8 years ago
parent
commit
9f492ad22b
  1. 2
      couchpotato/core/media/_base/providers/torrent/yts.py

2
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']

Loading…
Cancel
Save