script titles

This commit is contained in:
j 2011-10-18 10:19:02 +02:00
parent 7a0fad1e03
commit fc95c4797b

View file

@ -266,6 +266,7 @@ class Imdb(SiteParser):
#only list one country per alternative title
def is_international_title(t):
if 'script title' in t[1].lower(): return False
if 'recut version' in t[1].lower(): return False
if 'working title' in t[1].lower(): return False
if 'complete title' in t[1].lower(): return False