On May 02, Amit Belani <[EMAIL PROTECTED]> wrote:

> The plot outline (none or single) is different from the plot
> summaries (none or single or multiple)

The plot can be None or _always_ a list (of one or more elements -
unicode strings, obviously).

> which is different from the plot synopsis (none or single). It is
> currently possible to get the plot summaries, but is there (or can
> there also be) a way to get the outline and the synopsis?

Can be easily done:
  from imdb import IMDb
  ia = IMDb('http') # or 'mobile', these info are not in 'local' and 'sql'.
  movieObject = ia.get_movie('AMovieID')

  print movieObject.get('plot outline')

  ia.update(movieObject, 'synopsis') # fetch the 'synopsis' data set.
  print movieObject.get('synopsis')



-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Imdbpy-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to