Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caorushizi/hls-downloader

M3U8 视频下载,Go 语言开发。
https://github.com/caorushizi/hls-downloader

electron golang m3u8 m3u8-downloader media nodejs-addon

Last synced: about 2 months ago
JSON representation

M3U8 视频下载,Go 语言开发。

Awesome Lists containing this project

README

        

HLS 视频下载
========

> 主要是下载 m3u8 类型的播放列表文件

更新日志
----

v0.0.1 -- 2020年4月3日

- 删除可视化界面
- 支持主列表下载

v0.0.1 -- 2020年3月24日

- 可视化操作 (当前支持mac)
- m3u8 播放列表文件下载
- 并发下载资源文件

编译说明
----
>
> 暂时不提供可执行文件,若要使用请参考「使用说明」。

环境要求:

- go 1.13.3 以上

使用说明
----

```shell
go build mediago.go
mediago -name "影片名称" -path "本地存储位置" -url "m3u8 文件 url"
```