Per an example, I'm trying to load the full cast info. I am trying:

>>> from imdb import IMDb
>>> i = IMDb()
>>> m=i.get_movie('0285331')
>>> len(m['cast'])
5
>>> i.update(m, 'full credits')
>>> len(m['cast'])
5

How can I get the full cast list to update correctly?

Thank you very much
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to