ignore complete title

This commit is contained in:
j 2010-12-28 22:30:45 +05:30
parent c09c6c156c
commit 0b3cfe6c8d

View file

@ -236,6 +236,7 @@ class Imdb(SiteParser):
def is_international_title(t):
if 'working title' in t[1].lower(): return False
if 'complete title' in t[1].lower(): return False
if 'usa' in t[1].lower(): return True
if 'international' in t[1].lower(): return True
return False