Re: Startying with Python, need some pointers with manipulating strings

2005-01-27 Thread Kent Johnson
Benji99 wrote: I've managed to load the html source I want into an object called htmlsource using: import urllib sock = urllib.urlopen("URL Link") htmlSource = sock.read() sock.close() I'm assuming that htmlSource is a string with \n at the end of each line. NOTE: I've become very accustomed w

Re: Startying with Python, need some pointers with manipulating strings

2005-01-27 Thread Paul McGuire
"Benji99" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Basically, I'm getting a htmlsource from a URL and need to > a.) find specific URLs > b.) find specific data > c.) with specific URLs, load new html pages and repeat. > > > Basically, I want to search through the whole strin