diff --git a/ox/web/imdb.py b/ox/web/imdb.py index a9e9e2f..3147e9c 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -279,7 +279,7 @@ class Imdb(SiteParser): if 'working title' in t[1].lower(): return False if 'complete title' in t[1].lower(): return False if t[1].lower() == 'usa': return True - if 'international' in t[1].lower(): return True + #if 'international' in t[1].lower(): return True #fails if orignial is english... Japan (English title) #if 'english title' in t[1].lower(): return True return False