Hi,
I’ve been having issues retrieving the full credits of any given TV show using
IMDbPY. I used the example script from
http://imdbpy.sourceforge.net/docs/README.series.txt:
from imdb import IMDb
i = IMDb() m = i.get_movie('0285331') # 24.
print len(m['cast']) # wooah! Only 7 person in the cast of 24?!?!
i.update(m, 'full credits')
print len(m['cast']) # yup! More than 300 persons!
It doesn’t seem to work, printing 7 even after updating with the full credits.
Did IMDb update and break this part of the package? Or is there some sort of
workaround? I’d really like to be able to access the full cast, instead of just
the top 10 or so.
Thanks,
Geoff
------------------------------------------------------------------------------
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