> This can be tested by running python interactively and entering the
> commands from
> http://feedparser.org/docs/http-authentication.html#example.auth.basic

 Seems to work for me:

 Python 2.4.4 (#2, Apr 26 2007, 00:02:45)
 [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
 Type "help", "copyright", "credits" or "license" for more information.
 >>> import feedparser
 >>> d =
feedparser.parse('http://test:[EMAIL PROTECTED]/docs/examples/basic_auth.xml')
 >>> d.feed.title
 u'Sample Feed'
 >>>

 Is this what you tried?
 In this case, did you get an exception, an empty string, or any other
thing?

 Thanks.

---
Carlos Galisteo <cgalisteo en k-rolus.net>
http://blog.k-rolus.net
PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg
Key_Fingerprint::F888 6FBA 9145 B5A2 C187  66D6 5B8C 027A 69AD BE65
---



Reply via email to