Get metcritic score from IMDbPY?

480 views Asked by At

The imdbpy 5.0 changelog claims "support for obtaining metacritic score and URL": http://imdbpy.sourceforge.net/docs/Changelog.txt

I checked module documentations and source code and didn't really figure out how to get the metacritic score. Can somebody please push me in the right direction?

Thanks!

1

There are 1 answers

0
ofthelit On

Check out this commit: Add support for obtaining metacritic score and URL

You will have to call get_movie_critic_reviews with a movieID. Have a look at the example files in the bin/ directory.