Hi, Qt Project.
I had a task to download the whole webpage and store it on the computer. So, I need to download page itself and all its resources (css, img, js).
image.png
style.css
common.js
Questions:
How can I download the whole webpage with all its resources
What’s the best way to impl some kind of cache-manager (my task), which will save page and its resources to be run again in future.
Thanks!
↧