vsd 0.2.5

Download video streams served over HTTP from websites, HLS and DASH playlists
1
2
3
4
5
6
7
// mod live;
mod parser;
mod autoselect;

// pub use live::LivePlaylist;
pub use parser::{alternative, master};
pub use autoselect::autoselect;