On Jul 23, "H. Turgut Uyar" <[EMAIL PROTECTED]> wrote:

> but I couldn't fix another batch of errors in that family (external
> revs, sound clips, etc.). The error comes from the spaces in
> the URLs,

In this specific case, it can be considered a bug of the old parser:
after all an URL is better expressed using the quoted notation (%20
for spaces and so on).
Generally speaking, in other cases we'll need to convert this notation
to plain strings.  The best solution can be this one: in parse_dom
check if the considered attr.path starts with @ (referring to an
attribute); if it is, call:
  ITS_VALUE = unicode(urllib.unquote(str(ITS_VALUE)), 'latin_1')


> Actually, I'm on vacation these two weeks, so I sit at a computer
> occasionally. That's why there can be delays with my replies and
> commits.

There's no hurry, and I'm a bit busy, too. :-)

I was thinking about trying to convert myself the main movie_parser,
if you're not already working on it.


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

Reply via email to