Re: [Imdbpy-help] Can't retrieve original title

2019-06-30 Thread Davide Alberani
Hi Kamiku, there are a couple of things to notice: 1. the bug with the parser of the AKAs from the reference page (the one we parse by default) is fixed in the repository version; please use that one from Github. 2. as you have noticed, when information about a movie is fetched, only the "main" r

Re: [Imdbpy-help] Can't retrieve original title

2019-06-22 Thread Kamiku
Hi Davide, thank you very much for your answer. It seems the *movie.get('akas', [])* method doesn't return the whole list (anymore?). For instance, if I'm trying to retrieve the AKAs from the Japanese movie "Kuroi ame": https://www.imdb.com/title/tt0097694/releaseinfo#akas Please note that when v

Re: [Imdbpy-help] Can't retrieve original title

2019-06-20 Thread Davide Alberani
Hi Kamiku, searching for a movie, if it's available, the original title will be in the 'akas' key (a list of strings, if present). As an example, see the output for ID 0270841 from the following script: from imdb import IMDb ia = IMDb() for movie in ia.search_movie('matrix'): print('id: %s; t