[EMAIL PROTECTED] writes:
> does anyone have sample code for scraping the actual url out of an href
> like this one
> 
> <a href="http://www.cnn.com"; target="_blank">

If you've got the tag by itself like that, just use a regexp to get
the href out.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to