diff --git a/ox/web/imdb.py b/ox/web/imdb.py index f50cb0b..cef5bea 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -346,7 +346,7 @@ def guess(title, director='', timeout=google.DEFAULT_TIMEOUT): title = title.strip() ''' static = { - (u"Histoire(s) du cinema: Le controle de l'univers", 'Jean-Luc Godard'): '0179214' + (u"Histoire(s) du cinema: Le controle de l'univers", 'Jean-Luc Godard'): '0179214', (u"Histoire(s) du cinéma: Le contrôle de l'univers", 'Jean-Luc Godard'): '0179214', }.get((title, director), None) if static: