Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
更新README
  • Loading branch information
JelinYao authored May 3, 2022
1 parent 801af15 commit 0f456cb
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# B站视频下载,视频转mp3工具
Bilibili官网 - https://www.bilibili.com/
## 声明
软件均仅用于学习交流,请勿用于任何商业用途!感谢大家!
## 介绍
视频下载接口参考:https://github.com/vooidzero/B23Downloader,非常感谢。

代码使用VS2019开发,界面库用的开源duilib,项目包括几个主要模块:异步线程池、下载中心、音视频编解码,视频下载后自动转换成mp3保存到本地。

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

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

![](https://raw.githubusercontent.com/JelinYao/BVLoader/main/Bin/img/screen5.png)


0 comments on commit 0f456cb

Please sign in to comment.