taken from the README.series file:
from imdb import IMDb
i = IMDb()
m = i.get_movie('0389564') # The 4400.
m['kind'] # kind is 'tv series'.
heres what a got from the interpreter:
>>> from imdb import IMDb
>>> i = IMDb()
>>> m = i.get_movie('0389564')
>>> m['kind']
u'movie'
As you can see it isnt recognizing "The 4400" as a TV series.
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Imdbpy-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel