Saturday 15 March 2014

python - Download html page and its content -


There is no way to download the entire HTML page and its contents (picture, css) into the URL in the local folder URL. Update local local content to be taken locally

You can use the module to download individual URLs but this will simply return the data to HTML And will automatically download things like CSS files and images.

If you want to download the "whole" page, then you have to find out the other things needed to parse and download the HTML.

There is some sample code that is doing well.


No comments:

Post a Comment