Hi,

I'm doing tests with imdbpy and have problems with some imdb code for tv
series. I detect, when a episode have a link for exibition date, like that:

Next US airings: Wed. Nov. 29
<http://imdb.com/tvgrid/2006-11-29/1800#SCIFI>6:00
PM <http://imdb.com/tvgrid/2006-11-29/1800#SCIFI>
SCIFI<http://imdb.com/tvgrid/2006-11-29/SCIFI>
The next episode not is list anymore. I do tests to know if a list stop
complete in that episode, but no. The parser go directly to the next season
and continues even next break!



The code of tests is:

from imdb import IMDb
from pprint import pprint
i = IMDb()
m = i.get_movie('0813715')

i.update(m, 'episodes')

pprint (m['episodes'])




Output generate:

{1: {1: <Movie id:0759572[http] title:_"Heroes" Genesis (2006)_>}}



But it would have to be show that contents:

http://imdb.com/title/tt0813715/episodes


--
Kessia Pinheiro
Gmail+GTalk/Email: kessiapinheiro [at] gmail [dot] com
Linux Counter User #389695 [http://counter.li.org]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to