summaryrefslogtreecommitdiff
path: root/imdb-lookup
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2014-12-23 18:11:46 +0100
committerYves Fischer <yvesf-git@xapek.org>2014-12-23 18:11:46 +0100
commit2304e904e48681866e5dc45c512880c3dc8e04a9 (patch)
tree2a4cc6c3a8e339c86182341c97c0740db3bf2576 /imdb-lookup
parent15b54cc474c16b8991163ebea05c9d37832bfb2d (diff)
downloadscripts-2304e904e48681866e5dc45c512880c3dc8e04a9.tar.gz
scripts-2304e904e48681866e5dc45c512880c3dc8e04a9.zip
quote_plus
Diffstat (limited to 'imdb-lookup')
-rwxr-xr-ximdb-lookup/imdbinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/imdb-lookup/imdbinfo.py b/imdb-lookup/imdbinfo.py
index f3e2d8c..522cbc3 100755
--- a/imdb-lookup/imdbinfo.py
+++ b/imdb-lookup/imdbinfo.py
@@ -354,7 +354,7 @@ def do_index(args, imdb_ids):
'plot': 'plot' in imdb and imdb['plot']['outline'] or None,
'website': 'homepage' in imdb and imdb['homepage'] or omdb['Website'] != 'N/A' and omdb['Website'] or None,
'release': 'release_date' in tmdb and tmdb['release_date'] or None,
- 'path': {'label':path, 'path':urlencode(path)},
+ 'path': {'label':path, 'path':urlencode(path) + "/"}, # '/' suffix required here for some reason
'tags': get_tags(path),
'imdbRating': imdb['rating'],
'imdbVotes': imdb['num_votes'],