Downloading from a clean url

Evan Klitzke evan at yelp.com
Thu Jun 21 00:20:29 EDT 2007


On 6/20/07, D.Hering <vel.accel at gmail.com> 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's path. For instance http://kde.org

If the page is omitted, as in your example of http://kde.org, the page is /


-- 
Evan Klitzke <evan at yelp.com>



More information about the Python-list mailing list