yt-dlp 2.7.2

🎬️ A Rust library (with auto dependencies installation) for Youtube downloading
Documentation
1
2
3
4
5
6
7
//! Download configuration and post-processing.
//!
//! This module contains progress tracking, speed profiles, and post-processing configuration.

pub mod postprocess;
pub mod progress;
pub mod speed_profile;