On 11/24/2008 10:29 AM, Davide Alberani wrote:
> On Nov 23, Yoav Aviram <[EMAIL PROTECTED]> wrote:
> 
>> Searching for TV series named: 'Pretty Handsome' or 'Stargate
>> Continuum' or 'East Bound and Down', all return no matches.
> 
> Hi,
> I'm unable to reproduce this bug (for obvious reasons I'm running
> the CVS version, but if I recall correctly the http search system is
> identical to 3.8).
> 

I've tested on a clean 3.8 install (both with and without lxml) and your
code below has produced the same output as the one you've seen.

Turgut

> My code:
> from imdb import IMDb
> #i = IMDb('mobile')
> i = IMDb('http')
> for res in i.search_movie('Pretty Handsome'):
>     print res.movieID, res, type(res)
> 
> 
> My output (with both 'http' and 'mobile'):
> 0871425 Pretty/Handsome <class 'imdb.Movie.Movie'>
> 
> I've tested the other titles, too.
> 
> 
> Can you confirm the bug and show me your code?
> 
> 
> Thank you!


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to