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). 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! -- Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47] http://erlug.linux.it/~da/ ------------------------------------------------------------------------- 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