m3u8_download 1.4.0 m3u8_download: ^1.4.0 copied to clipboard
A m3u8 download, support linux, mac and windows, dependency on ffmpeg.
1.4.0 #
- Add
--version
flag.
1.3.5 #
- fix: If temp dir is empty, remove it.
1.3.4 #
- fix: replace some characters that cannot be used in file names.
1.3.3 #
- fix: An error will be reported if the key in the m3u8 file does not contain a 'URI'.
1.3.2 #
- Fix bug: the executor in windows can use in cmd and powershell.
1.3.1 #
- Fix bug: remove test code in bin.
- Change default
output
to./download/video
. - params
ext
have abbreviatione
.
1.3.0 #
- Support windows.
1.2.0 #
- Split a single file into multiple files.
1.1.1 #
-
Fix: issue with spaces in
output
. -
Downgrade dart constraint to
>=2.12.0 <4.0.0
.
1.1.0 #
- Change log and add verbose option.
- Display runtime after download ends.
- Add download speed.
- Display merge progress.
- Support ext name
1.0.0 #
- Initial version.