orestonce / m3u8d

m3u8视频下载工具, 提供windows/macos图形界面, 下载后自动将ts文件合并、转换格式为mp4
MIT License
690 stars 86 forks source link

怎么执行下载呢 #22

Closed beclass closed 1 year ago

beclass commented 1 year ago
image
orestonce commented 1 year ago

先执行 chmod +x test

orestonce commented 1 year ago

mac也有qt版本的ui m3u8d_qt_darwin_amd64-v1.18.0.dmg

beclass commented 1 year ago

还是不行,我用qt版啦

image
orestonce commented 1 year ago

那就是 test 的编译过程不对:

cd cmd
go mod tidy
go build
chmod +x ./cmd
./cmd download ...
beclass commented 1 year ago

可以了,谢谢🙏