assemble a webpage!
Hi, Guys, Now I am able to use urlretrieve to download the text part of a webpage and wget to get the embedded image. Thanks for the tips! but how can I assemble them together so the image can be displayed in the webpage automatically once I click on the .html file. Right now I only saw the tex
download complete webpage with python
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