There is an example in the README as follows

Example:
> i = imdb.IMDb(accessSystem='http')
> m = i.get_movie('0133093') # only default info set are retrieved.
> m.has_key('demographic') # returns false, since no demographic breakdowns
> # aren't available by default.
> i.update(m, info=('vote details',)) # retrieve the vote details info set.
> print m['demographic'] # print the demographic breakdowns.

But by using this example I only get the information about male female
aged under 18 and so on.

[image: 内嵌图片 1]

I want to know can I get the data in the picture below



[image: 内嵌图片 2]
------------------------------------------------------------------------------
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to