[EMAIL PROTECTED] writes:

> any idea how to scrape a url out of a file?  for instance if i want to
> scrape out the href at the end which is "www.cnn.com" is there a way to
> do it?
> <tr class="rulesbody"><td width="183" class="rulesbody"><a
> href="www.cnn.com">

BeautifulSoup.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to