I think we are going to set adultSearch to False because there might be kids
using Entertainer. Maybe this should default to False in imdbpy?

test filenames: test, allo allo, bones,...
It's odd that it doesn't fail for you because it happens for almost all my
movies.

I'm using this to test it:

import imdb

IMDb = imdb.IMDb(accessSystem = 'http', adultSearch = 0)
search_result = IMDb.search_movie('test')

print search_result[0]['title']

I'm using CVS version downloaded yesterday or two days ago, I don't know how
to check which revision it is with CVS.



2008/5/19 Davide Alberani <[EMAIL PROTECTED]>:

> On May 19, michael charclo <[EMAIL PROTECTED]> wrote:
>
> > Here I am again, I hope I'm not bugging you to much :)
>
> No problem, thank you for the reports! :-)
>
> > When I disable adultSearch like this:
> >
> > IMDb = imdb.IMDb(accessSystem = 'http', adultSearch = 0)
> >
> > a lot of times the search fails with this error:
>
> To be honest I've never ever tested it with adultSearch set to false. ;-)
> More seriously: do you have a searched title that fail this way?
> I've done some tests, but was unable to reproduce the problem.
>
> > PS: I read somewhere imdbpy had a (limited) testsuite, where can I find
> it?
>
> It's distributed through sourceforge:
>  http://sf.net/project/showfiles.php?group_id=105998&package_id=230784
>
> It still doesn't support Company objects (my local copy does, and
> I'll update the CVS version as soon as possible).
>
>
> Bye,
> --
> Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
> http://erlug.linux.it/~da/ <http://erlug.linux.it/%7Eda/>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Imdbpy-devel mailing list
> Imdbpy-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/imdbpy-devel
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to