下载网页和依赖关系,包括css图片 [英] download webpage and dependencies, including css images

查看:149
本文介绍了下载网页和依赖关系,包括css图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通常我需要下载网页,然后离线编辑。
我尝试了一些工具,他们缺少的主要功能是下载在CSS文件中引用的图像。

Often I need to download a webpage and then edit it offline. I have tried a few tools and the main feature they lack is downloading images referenced in the CSS files.

有一个工具

推荐答案

wget --page-requisites http://example.com/your/page.html




此选项使Wget下载所有必要的文件,以正确显示给定的html页面。这包括内联图片,声音和引用的样式表。

This option causes Wget to download all the files that are necessary to properly display a given html page. This includes such things as inlined images, sounds, and referenced stylesheets.

EDIT:meder is right:stock wget does not解析和下载css图像。但是,有一个补丁添加了此功能:[ 1 , a href =http://www.mail-archive.com/wget@sunsite.dk/msg09502.html =nofollow noreferrer> 2 ]

meder is right: stock wget does not parse and download css images. There is, however, a patch that adds this feature: [1, 2]

UPDATE:上述补丁已合并到wget 1.12 ,2009年9月22日发布:

UPDATE: The patch mentioned above has been merged into wget 1.12, released 22-Sep-2009:

** Added support for CSS. This includes:
 - Parsing links from CSS files, and from CSS content found in HTML
   style tags and attributes.
 - Supporting conversion of links found within CSS content, when
   --convert-links is specified.
 - Ensuring that CSS files end in the ".css" filename extension,
   when --convert-links is specified.

这篇关于下载网页和依赖关系,包括css图片的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆