有没有办法模仿浏览器中的“另存为”功能?
当我在浏览器中保存网页时,我得到一个包含资产(图像,js,css)和索引文件的文件夹,其中包含页面名称:
Nov 28 reddit: the front page of the internet_files
Nov 28 reddit: the front page of the internet.html
但无论如何,当我使用wget时,我会得到这样的东西:
Nov 28 a.thumbs.redditmedia.com
Nov 28 b.thumbs.redditmedia.com
Nov 28 m.reddit.com
Nov 28 out.reddit.com
Nov 28 reddit.com
Nov 28 www.reddit.com
Nov 28 www.redditstatic.com
我试过用这些:
wget -E -H -k -K -p https://reddit.com
wget -r -x -mirror https://reddit.com
并想出了这个: wget -E -H -k -p -e robots=off https://www.reddit.com
但他们都制作了几个文件夹,或者没有下载离线查看页面所需的所有内容。
我该如何设置?