On May 19, michael charclo <[EMAIL PROTECTED]> wrote:

> 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?

Naaa... ;-)
A bit more seriously: in fact, adult titles show up only if you do
a search for something nasty.  And if you're grown-up enough to
search for "Rocco Invades Poland", I assume you're already aware
that it's not a WWII documentary. ;-)

> It's odd that it doesn't fail for you because it happens for almost
> all my movies.

You're right!  There was a proxy in the middle that served a cached
page, in my searches.

> IMDb = imdb.IMDb(accessSystem = 'http', adultSearch = 0)

The facts: setting adultSearch to False means that no cookie is sent,
and so no account is used.
When the IMDbPYweb's account is not used, the results for a query
may include small posters/headshots (this feature was disabled in
the IMDbPYweb's account).

I've slightly modified the parser to handle this case, I hope
correctly.  The new version (3.6.20080519) is in the CVS.

To tell the truth there are way too many corner-cases like this
one, and the IMDb's web site is always changing. :-/

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

You can see the version this way:
  import imdb
  print imdb.VERSION


Thank you again for the reports; I've added your name to the credits.

-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
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