On May 31, doclist <dcl...@gmail.com> wrote:

> Would it be possible for imdbpy to return the "Popular", "Akas",
> "Approximate match", ... etc. metadata for movie_search?

Akas are already collected; try:
  from imdb import IMDb
  ia = IMDb('http')
  for movie in ia.search_movie('matrix'):
      print movie.movieID, movie['title'], '::', movie.get('akas')


The information about "similarity" are not saved, and I fear it
would be a little difficult to do.
Do you really-really-really need them? :-)


-- 
Davide Alberani <davide.alber...@gmail.com> [GPG KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to