Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e282486518/downloadhtml
下载链接中的html/css/jquery文件,可以收集前端页面。
https://github.com/e282486518/downloadhtml
Last synced: 3 days ago
JSON representation
下载链接中的html/css/jquery文件,可以收集前端页面。
- Host: GitHub
- URL: https://github.com/e282486518/downloadhtml
- Owner: e282486518
- License: gpl-2.0
- Created: 2016-12-02T04:43:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T04:37:05.000Z (over 7 years ago)
- Last Synced: 2024-11-09T14:18:23.900Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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://",网址后要加“/”