vsd 0.5.0

A command-line utility and library for downloading streams from DASH manifests and HLS playlists.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod enc;
mod fetch;
mod file;
mod mux;
mod playlist;

pub(crate) mod sub;
pub(crate) mod vid;

pub use file::FileDownloader;
pub use mux::{Muxer, Stream};
pub use playlist::{PlaylistDownloadConfig, PlaylistDownloader};