On Mon, Oct 27, 2008 at 4:03 PM, Øyvind <[EMAIL PROTECTED]> wrote:
> Hello.
>
> I am trying to gather some information from a webpage:
>
> side = urlopen("http://www.website.no";)
> rawstr = r"""spy.target="_top">(.*?)$"""
> rawstr2 = r"""spy.target2="_top">(.*?)$"""
>
> compile_obj = re.compile(ra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Øyvind wrote:
> Hello.
>
> I am trying to gather some information from a webpage:
>
> side = urlopen("http://www.website.no";)
> rawstr = r"""spy.target="_top">(.*?)$"""
> rawstr2 = r"""spy.target2="_top">(.*?)$"""
>
> compile_obj = re.compile(rawst
Hello.
I am trying to gather some information from a webpage:
side = urlopen("http://www.website.no";)
rawstr = r"""spy.target="_top">(.*?)$"""
rawstr2 = r"""spy.target2="_top">(.*?)$"""
compile_obj = re.compile(rawstr, re.IGNORECASE| re.MULTILINE| re.VERBOSE
| re.UNICODE)
compile_obj2 = re.com