File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 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
+ 使用的开源库有:
11
9
duilib: https://github.com/qdtroy/DuiLib_Ultimate
12
10
easylogging: https://github.com/amraynonweb/
13
11
libcurl: https://github.com/curl/curl
@@ -17,7 +15,7 @@ ffmpeg: https://github.com/FFmpeg/FFmpeg
17
15
mp3lame: https://lame.sourceforge.io/
18
16
jsoncpp: https://github.com/open-source-parsers/jsoncpp
19
17
restclient: https://github.com/mrtazz/restclient-cpp
20
- ## 使用截图
18
+ ## 使用截图
21
19
![ ] ( https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen1.png )
22
20
23
21
![ ] ( https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen2.png )
@@ -27,4 +25,4 @@ restclient: https://github.com/mrtazz/restclient-cpp
27
25
![ ] ( https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen4.png )
28
26
29
27
![ ] ( https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen5.png )
30
-
28
+
You can’t perform that action at this time.
0 commit comments