fetch-m3u8-video 获取 m3u8 格式视频(Go语言版)
go mod tidy
make
make build-win
- FFmpeg
- upx
- NodeJS
- Puppeteer
--url
m3u8 文件 url 地址,或者是有 m3u8 地址的页面 url 地址,通过 urltype 指定 url 地址类型。
--urltype
url 类型,默认为 url。
- m3u8: 指定 url 为 m3u8 地址;
- url: 指定 url 为有 m3u8 的页面 url 地址;
--loadpage
Puppeteer 脚本,默认"loadpage.js"
--help, -h
show help
--version, -v
print the version
./fetch-m3u8-video --url "https://www.cxtvlive.com/live-tv/canal-once"
Licensed under the MIT license