rusty_ytdl 0.7.4

A Rust library for Youtube video searcher and downloader
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod encryption;
mod hashable_byte_range;
mod remote_data;
mod streams;

#[cfg(feature = "live")]
mod media_format;
#[cfg(feature = "live")]
mod segment;

#[cfg(feature = "live")]
pub use streams::{LiveStream, LiveStreamOptions};
pub use streams::{NonLiveStream, NonLiveStreamOptions, Stream};