wget页面必需品在另一个文件夹中?

时间:2017-06-27 15:39:05

标签: download resources directory wget

我使用wget下载包含所有必需品的HTML页面。我想知道是否可以将页面必需品(css,图像,脚本等)下载到与html页面不同的文件夹中。

例如,现在如果html页面有如下链接:

<link href="/css/style.css" rel="stylesheet">

wget文件夹结构的结果如下:

├── index.html
├── css
    ├── style.css

是否有任何选项可以更改样式的输出文件夹名称?像这样:

├── index.html
├── **another name**
        ├── style.css

非常感谢你!

0 个答案:

没有答案