from urllib import urlopen
url = urlopen("http://www.google.com";).read()
Enjoy!
On 12/8/07, Larry Bates <[EMAIL PROTECTED]> wrote:
>
> Gabriel Genellina wrote:
> > En Fri, 07 Dec 2007 17:58:43 -0300, yi zhang <[EMAIL PROTECTED]>
> > escribió:
> >
> >> The urllib.urlretrieve() can only download t
Gabriel Genellina wrote:
> En Fri, 07 Dec 2007 17:58:43 -0300, yi zhang <[EMAIL PROTECTED]>
> escribió:
>
>> The urllib.urlretrieve() can only download the text part of a webpage,
>> not the image associated. How can I download the whole, complete
>> webpage with python? Thanks!
>
> The images
En Fri, 07 Dec 2007 17:58:43 -0300, yi zhang <[EMAIL PROTECTED]>
escribió:
> The urllib.urlretrieve() can only download the text part of a webpage,
> not the image associated. How can I download the whole, complete webpage
> with python? Thanks!
The images are separate from the html documen
Dear all,
The urllib.urlretrieve() can only download the text part of a webpage, not the
image associated. How can I download the whole, complete webpage with python?
Thanks!
Yi
Looking for last m