Hi! I need to download a webpage and all its media (like css javascript and images) to make a sort of backup (like firefox does when you click on File -> Save) with python.
Is there any library to do that or I shall create my own one?
Hi! I need to download a webpage and all its media (like css javascript and images) to make a sort of backup (like firefox does when you click on File -> Save) with python.
Is there any library to do that or I shall create my own one?
It's not exactly Python, but there's a pretty standard *nix utility called wget which you can call from a Python script that will do this.