1
2
3
4
5
6
7
8
9
//! This is a small tool to download streams
//! It currently supports chunked streams and HLS.

#[macro_use]
extern crate log;

pub mod error;
pub mod stream;