Re: Downloading from a clean url

2007-06-21 Thread Evan Klitzke
On 6/21/07, D.Hering <[EMAIL PROTECTED]> wrote: > > Evan Klitzke wrote: > > On 6/20/07, D.Hering <[EMAIL PROTECTED]> wrote: > > > General: > > > How do I download a page's data from a clean url. > > > > > > Specific: > > > I'm using PyQt's QHttp and QUrl classes for requests and acquiring the > > >

Re: Downloading from a clean url

2007-06-21 Thread D.Hering
Evan Klitzke wrote: > On 6/20/07, D.Hering <[EMAIL PROTECTED]> wrote: > > General: > > How do I download a page's data from a clean url. > > > > Specific: > > I'm using PyQt's QHttp and QUrl classes for requests and acquiring the > > response, but I can't figure out how to access a page's data wit

Re: Downloading from a clean url

2007-06-20 Thread Evan Klitzke
On 6/20/07, D.Hering <[EMAIL PROTECTED]> wrote: > General: > How do I download a page's data from a clean url. > > Specific: > I'm using PyQt's QHttp and QUrl classes for requests and acquiring the > response, but I can't figure out how to access a page's data without > knowing the file of the url'

Downloading from a clean url

2007-06-20 Thread D.Hering
General: How do I download a page's data from a clean url. Specific: I'm using PyQt's QHttp and QUrl classes for requests and acquiring the response, but I can't figure out how to access a page's data without knowing the file of the url's path. For instance http://kde.org Thanks, -Dieter -- htt