script titles
This commit is contained in:
parent
7a0fad1e03
commit
fc95c4797b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue