vsd 0.4.3

Download video streams served over HTTP from websites, DASH (.mpd) and HLS (.m3u8) playlists.
1
2
3
4
5
6
7
8
mod locator;
mod playlist;
mod template;

use locator::DashUrl;
use template::Template;

pub(crate) use playlist::{parse_as_master, push_segments};