m3u8_download 1.0.0 copy "m3u8_download: ^1.0.0" to clipboard
m3u8_download: ^1.0.0 copied to clipboard

A m3u8 download, support linux, mac, dependency on ffmpeg.

m3u8_download #

require #

The executable is available for Linux and macOS.

And, you need to install ffmpeg first.

Install #

dart pub global activate m3u8_download
git clone https://github.com/CaiJingLong/m3u8_download.git
cd m3u8_download
dart pub global activate -s path .

Usage #

pub global #

m3u8 -u xxx -o download

use source code #

dart bin/m3u8_download.dart -u xxx

help for command #

$ m3u8 -h
Download m3u8 and merge to mp4

Usage: m3u8_download <command> [arguments]

Global options:
-u, --url                 m3u8 url
-o, --output              output file name (not have ext)
-p, --protocol            supported protocol (for ffmpeg merge)
                          (defaults to "file,crypto,data,http,tcp,https,tls")
-t, --threads             download threads
                          (defaults to "20")
-r, --[no-]remove-temp    remove temp file after merge
                          (defaults to on)
-h, --help                Print this usage information.

Available commands:
  help   Display help information for m3u8_download.

Run "m3u8_download help <command>" for more information about a command.

Example: m3u8 -u http://example.com/index.m3u8 -o download
1
likes
0
pub points
35%
popularity

Publisher

verified publisherkikt.top

A m3u8 download, support linux, mac, dependency on ffmpeg.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dext, http

More

Packages that depend on m3u8_download