tydle 0.1.15

YouTube video extractor written in Rust that can be used anywhere in web or native environments, based on an extremely small subset of yt-dlp.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api;
mod auth;
mod client;
mod cookies;
mod download;
mod json;
mod player;
mod token_policy;
mod ytcfg;

pub mod extract;