Hello, I'm trying to get the title and plot of certain episodes of a serie. I used to do this:
import imdb IMDb = imdb.IMDb() search_result = IMDb.search_movie('heroes') serie = search_result[0] title = serie['episodes'][1][4]['title'] plot = serie['episodes'][1][4]['plot'] but it isn't working any more. What's the best way to get title and plot for an episode now? (I'm using imdbPY 3.6 if that matters, it doesn't work in higher versions too I think) Best regards, Michael ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ Imdbpy-devel mailing list Imdbpy-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/imdbpy-devel