> 
>> get_movie.py 1160368 => no plot
> 
> 12 Rounds doesn't have a plot (pun intended ;-) :
>  http://akas.imdb.com/title/tt1160368/plotsummary
> 
> You can get the synopsis with:
>       from imdb import IMDb
>       ia = IMDb('http')
>       m = ia.get_movie('1160368')
>       ia.update(m, 'synopsis')
>       print m.get('synopsis')
> 
> 
> HTH,

ok many thanks!

bye, julian

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to