如何使用wget下载整个网站同时支持中文命名
wget 下载整个网站
使用命令:
wget -r -p -E -k -nH -np --cut-dirs=1 -P /path/to/save/ Website URL
支持中文
vi ~/.wgetrc
添加如下内容:
--restrict-file-names=nocontrol
--trust-server-names=on
--content-disposition=on
That’s it!!
如何使用wget下载整个网站同时支持中文命名
使用命令:
wget -r -p -E -k -nH -np --cut-dirs=1 -P /path/to/save/ Website URL
vi ~/.wgetrc
添加如下内容:
--restrict-file-names=nocontrol
--trust-server-names=on
--content-disposition=on
That’s it!!
Author: mousepotato
本文采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可