diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:59:33 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-12-23 17:59:33 +0100 |
commit | 81dd4a0660cc65ef7a2b1b232390bf5b63163811 (patch) | |
tree | 4b46e068c92b1dfee8ab4d4ae9a98242e95b7f54 /imdb-lookup/imdbinfo.py | |
parent | 4ee5f5f479f3b8ce929029ff45aa9d48c83c93be (diff) | |
download | scripts-81dd4a0660cc65ef7a2b1b232390bf5b63163811.tar.gz scripts-81dd4a0660cc65ef7a2b1b232390bf5b63163811.zip |
path
Diffstat (limited to 'imdb-lookup/imdbinfo.py')
-rwxr-xr-x | imdb-lookup/imdbinfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/imdb-lookup/imdbinfo.py b/imdb-lookup/imdbinfo.py index 40be75a..a57ebe6 100755 --- a/imdb-lookup/imdbinfo.py +++ b/imdb-lookup/imdbinfo.py @@ -349,7 +349,6 @@ def do_index(args, imdb_ids): return { 'id': imdb_id, 'title': tmdb['title'], - 'path': path, 'poster': poster(imdb_id), 'tagline': 'tagline' in imdb and imdb['tagline'] or None, 'plot': 'plot' in imdb and imdb['plot']['outline'] or None, |