Skip to content

Commit 0f456cb

Browse files
authored
Update README.md
更新README
1 parent 801af15 commit 0f456cb

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# B站视频下载,视频转mp3工具
2-
Bilibili官网 - https://www.bilibili.com/
3-
## 声明
4-
软件均仅用于学习交流,请勿用于任何商业用途!感谢大家!
5-
## 介绍
6-
视频下载接口参考:https://github.com/vooidzero/B23Downloader,非常感谢。
7-
8-
代码使用VS2019开发,界面库用的开源duilib,项目包括几个主要模块:异步线程池、下载中心、音视频编解码,视频下载后自动转换成mp3保存到本地。
9-
10-
使用的开源库有:
1+
# B站视频下载,mp3下载工具
2+
Bilibili官网 - https://www.bilibili.com/
3+
## 声明
4+
软件均仅用于学习交流,请勿用于任何商业用途!感谢大家!
5+
## 介绍
6+
视频下载接口调用参考:https://github.com/vooidzero/B23Downloader,非常感谢。
7+
代码使用VS2019开发,界面库用的开源duilib,项目包括几个主要模块:异步线程池、下载中心、音视频编解码,视频下载后自动转换成mp3保存到本地,支持断点续传。
8+
使用的开源库有:
119
duilib: https://github.com/qdtroy/DuiLib_Ultimate
1210
easylogging: https://github.com/amraynonweb/
1311
libcurl: https://github.com/curl/curl
@@ -17,7 +15,7 @@ ffmpeg: https://github.com/FFmpeg/FFmpeg
1715
mp3lame: https://lame.sourceforge.io/
1816
jsoncpp: https://github.com/open-source-parsers/jsoncpp
1917
restclient: https://github.com/mrtazz/restclient-cpp
20-
## 使用截图
18+
## 使用截图
2119
![](https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen1.png)
2220

2321
![](https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen2.png)
@@ -27,4 +25,4 @@ restclient: https://github.com/mrtazz/restclient-cpp
2725
![](https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen4.png)
2826

2927
![](https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen5.png)
30-
28+

0 commit comments

Comments
 (0)