saving non-articles metadata : URL not taken in IMDB
I just would like to report that URL are not taken in IMDB. (Eg: http://www.imdb.com/title/tt0382330/?ref_=nv_sr_1 ). Did I forget an option somewhere, or is it a bug?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
Open the file IMDb.js in your Zotero\translators folder and add this line :
item.url = "http://www.imdb.com/title/" + obj.imdbID;
just above : item.extra = "IMDB ID: " + obj.imdbID; (around line 112)
restart zotero and you are done !