16 Jun 2010 22:02
Re: a person photo
On Jun 15, Karim Ihab <kihab@...> wrote: > Dear all, Wrong address: it should go to imdbpy-help@...(Continue reading)> But it didn't include any photos or posters or any thing that I can use can > u help!!!!! Person instances (can) have the 'headshot' keyword: person.get('headshot') Will give you 'http://ia.media-imdb.com/images/M/MV5BMTQzNjU3MDczN15BMl5BanBnXkFtZTYwNzY2Njc4._V1._SX94_SY140_.jpg' You can get a larger version of the image with a function in the 'helpers' module. E.g.: import imdb.helpers print imdb.helpers.fullSizeCoverURL(person) It works for Movie instances, too. Bye! -- -- Davide Alberani <davide.alberani@...> [GPG KeyID: 0x465BFD47] http://www.mimante.net/ ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> But it didn't include any photos or posters or any thing that I can use can
> u help!!!!!
Person instances (can) have the 'headshot' keyword:
person.get('headshot')
Will give you '
RSS Feed