ignore complete title
This commit is contained in:
parent
c09c6c156c
commit
0b3cfe6c8d
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ class Imdb(SiteParser):
|
||||||
|
|
||||||
def is_international_title(t):
|
def is_international_title(t):
|
||||||
if 'working title' in t[1].lower(): return False
|
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 'usa' in t[1].lower(): return True
|
||||||
if 'international' in t[1].lower(): return True
|
if 'international' in t[1].lower(): return True
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue