Hi there,

i wanted to add a field for the Top250 Ranking in my lil' DVD
management software, but somehow i can't find how to get that info
from imdbpy 3.0.

I checked the "keys_alias" at Movie.py already but none of those seems
to be what
i'm looking for. :(

The code is pretty simple, it looks like this:
imdbid="0090605"
movie=i.get_movie(imdbid)
i.update(movie, info=('vote details',))

Which gives me access to Title/Genres and such stuff. Can anyone of
you please point of what the Keyword for the Top250 Ranking is ? :)

Many thanks for your help in advance & have a nice weekend,
 Stefan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to