yt-dlp 2.7.2

🎬️ A Rust library (with auto dependencies installation) for Youtube downloading
Documentation
1
2
3
4
5
6
7
8
9
10
//! Auxiliary model types.
//!
//! This module contains supporting data types: captions, chapters,
//! heatmap data, playlist metadata, and thumbnail metadata.

pub mod caption;
pub mod chapter;
pub mod heatmap;
pub mod playlist;
pub mod thumbnail;