Re: [Imdbpy-help] issue with movie's goofs and quotes

2020-06-11 Thread Davide Alberani
Hi Noa, It should work. Is it possible that you are using an old version? It's always better to use the version from the github repository. To install it, please run: pip install git+https://github.com/alberanid/imdbpy As an example, this script: #!/usr/bin/env python3 import sys import imdb ia

[Imdbpy-help] issue with movie's goofs and quotes

2020-06-11 Thread noa roy
Hello, I am running the following code line: ia.update(movie, ['quotes', 'goofs','trivia']) (taken from documentation) but it does not update both goofs and quotes - only trivia. I found an old (2016) question regarding this issue but it was not answered. Any advice? Tnx! Noa __