Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/e282486518/downloadhtml

下载链接中的html/css/jquery文件,可以收集前端页面。
https://github.com/e282486518/downloadhtml

Last synced: 3 days ago
JSON representation

下载链接中的html/css/jquery文件,可以收集前端页面。

Awesome Lists containing this project

README

        

# downloadhtml

# 项目说明
该项目可以下载某个网页的html文件,并且会将css,js,img,css中的background图片,行内样式图片,内嵌样式图片下载到本地。
下载后的文件可以直接打开,效果如同在线浏览。

# 使用步骤
1、配置config.json
2、选择要下载的url
3、运行"python downloadhtml.py http://www.baidu.com/" 注意网址前要加"http://",网址后要加“/”