add some imdb mappings
This commit is contained in:
parent
43e8efc470
commit
daf79e8d52
1 changed files with 3 additions and 0 deletions
|
@ -517,6 +517,9 @@ def getMovieId(title, director='', year='', timeout=-1):
|
|||
|
||||
(u'Jimi Plays Monterey & Shake! Otis at Monterey', u'D. A. Pennebaker and Chris Hegedus') : '',
|
||||
(u'Martha Graham: Dance on Film', u'Nathan Kroll') : '',
|
||||
(u'Carmen', u'Carlos Saura'): '0085297',
|
||||
(u'The Story of a Cheat', u'Sacha Guitry'): '0028201',
|
||||
(u'Weekend', 'Andrew Haigh'): '1714210',
|
||||
}.get((title, director), None)
|
||||
if imdbId:
|
||||
return imdbId
|
||||
|
|
Loading…
Reference in a new issue