diff --git a/ox/web/imdb.py b/ox/web/imdb.py index c555ab3..ba2154e 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -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