yt-dlp 2.7.2

🎬️ A Rust library (with auto dependencies installation) for Youtube downloading
Documentation
1
2
3
4
//! Network-related utilities for retry logic and URL expiration handling.

pub mod retry;
pub mod url_expiry;