Merge branch 'main' of github.com:orestonce/m3u8d

main
orestonce 2022-05-21 20:27:00 +08:00
commit 24d011676e
1 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,10 @@
## m3u8d 一款m3u8下载工具 ## m3u8d 一款m3u8下载工具
* 提供windows图形界面(Qt), mac\linux命令行 * 提供windows图形界面(Qt), mac\linux命令行
* 可选使用ffmpeg转换格式为mp4 * 可选使用ffmpeg转换格式为mp4
* windows界面: * windows自带GUI界面的版本下载: [m3u8d_qt_v1.0_windows_amd64.exe](https://github.com/orestonce/m3u8d/releases/download/v1.0/m3u8d_qt_v1.0_windows_amd64.exe):
![](m3u8d-qt/screenshot.png) ![](m3u8d-qt/screenshot.png)
* 全部版本下载, 包括windows命令行/windows图形界面/linux命令行/mac命令行: https://github.com/orestonce/m3u8d/releases
## 实现说明 ## 实现说明
* download.go 大部分抄自 https://github.com/llychao/m3u8-downloader * download.go 大部分抄自 https://github.com/llychao/m3u8-downloader