Update README.md

This commit is contained in:
乐平 2022-05-22 21:40:23 +08:00 committed by GitHub
parent c28fc23991
commit bbd27d57cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,44 @@
# 微信视频号下载器
<img src="https://user-images.githubusercontent.com/11046969/169296046-513b5e3a-a688-4342-9759-eb131ef7e42f.png" width="100" />
- 支持实时捕获视频号的视频地址
- 捕获后,可进行预览和下载
- 支持 Win/Mac
![image](https://user-images.githubusercontent.com/11046969/169697609-6d605b70-0a67-445b-bff0-1b8e193f71d8.png)
> 内部采用代理拦截请求识别,所以本软件需要安装证书及自动开启代理(当然这些都是自动执行的,无需手动操作)。关闭此软件时会自动清除代理信息,不影响使用。
---
### 效果
1. 运行本软件
2. 打开视频号的视频进行播放,如下图视频:
![image](https://user-images.githubusercontent.com/11046969/169697581-6851f4d1-376b-42c5-825b-8e8101261027.png)
3. 本软件会自动捕获到该视频,可以点击 “预览” 按钮来确认是否拦截正确
![image](https://user-images.githubusercontent.com/11046969/169697351-f56c44bf-2d24-4698-b165-9113e4e58e93.png)
4. 点击 “下载” 按钮进行下载
![image](https://user-images.githubusercontent.com/11046969/169697416-5b7e4631-5d54-4c0b-80ab-91fdecf1a8da.png)
---
### 使用
1. 首次打开需要进行初始化,此过程会进行证书安装:
![image](https://user-images.githubusercontent.com/11046969/169697866-871a4371-6645-4e97-a449-a8516cb5d9fa.png)
2. 点击 “是”,安装后,就可以正常使用了:
![image](https://user-images.githubusercontent.com/11046969/169697994-31ae9ca7-84ed-4cff-970f-af02db9557d7.png)