sacha rook wrote:
> Hi I wonder if anyone can help with the following
>
> I am trying to read a html page extract only fully qualified hostnames
> from the page and output these hostnames to a file on disk to be used
> later as input to another program.
I would use BeautifulSoup to parse out t
sacha rook wrote:
> Hi I wonder if anyone can help with the following
>
> I am trying to read a html page extract only fully qualified hostnames
> from the page and output these hostnames to a file on disk to be used
> later as input to another program.
>
> I have this so far
>
> import url
Hi I wonder if anyone can help with the following
I am trying to read a html page extract only fully qualified hostnames from the
page and output these hostnames to a file on disk to be used later as input to
another program.
I have this so far
import urllib2f=open("c:/tmp/newfile.txt", "w"