Some of the Cover URL's are not making it into my results.

Doing a title search for 'The Goonies' I get a lot of info, but no
cover url. The image clearly exiss on the IMDb page here:
http://imdb.com/title/tt0089218/

I'm currently downloading the images into a directory for display in
my app, I might insert them into a database later.

        if chosenMovie.has_key('cover url'):
            tmpImage = urllib.urlretrieve(chosenMovie['cover url'])[0]
        else:
            chosenMovieImage = 'no_poster_art.jpg'

Has anyone been implemting a different method to ensure the art is
grabbed if it does exist, or is this something that needs to be
patched in imdbpy? I'm not seeing what makes this movie art different
from another movie.

The Goonies URL: http://ia.imdb.com/media/imdb/01/I/77/80/48m.jpg
Harry Potter URL  : http://ia.imdb.com/media/imdb/01/I/76/50/81m.jpg

This has happened on quite a few movies, just giving one example.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to