Equivalent of wget in Python to download website and resources
问题 Same thing asked 2.5 years ago in Downloading a web page and all of its resource files in Python but doesn't lead to an answer and the 'please see related topic' isn't really asking the same thing. I want to download everything on a page to make it possible to view it just from the files. The command wget --page-requisites --domains=DOMAIN --no-parent --html-extension --convert-links --restrict-file-names=windows does exactly that I need. However we want to be able to tie it in with other