Getting a value that follows string.find()

2013-08-13 Thread englishkevin110
I know the title doesn't make much sense, but I didnt know how to explain my 
problem.

Anywho, I've opened a page's source in URLLIB
starturlsource = starturlopen.read()
string.find(starturlsource, 'http://mail.python.org/mailman/listinfo/python-list


Re: Getting a value that follows string.find()

2013-08-13 Thread englishkevin110
On Tuesday, August 13, 2013 5:58:07 PM UTC-5, Joel Goldstick wrote:
> lookup urlparse for you answer
> 
> 
> 
> On Tue, Aug 13, 2013 at 6:51 PM,  <> wrote:
> 
> > I know the title doesn't make much sense, but I didnt know how to explain 
> > my problem.
> 
> >
> 
> > Anywho, I've opened a page's source in URLLIB
> 
> > starturlsource = starturlopen.read()
> 
> > string.find(starturlsource, 'http://mail.python.org/mailman/listinfo/python-list
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Joel Goldstick
> 
> http://joelgoldstick.com

I dont want to do any kind of HTML parsing.
-- 
http://mail.python.org/mailman/listinfo/python-list