about summary refs log tree commit diff stats
path: root/crates/yt_dlp/examples/main.rs
blob: b3a2dd5d69482c7200971ceefa703b9cef6d9f4c (plain) (blame)
1
2
3
4
5
fn main() {
    let yt_dlp = yt_dlp::options::YoutubeDLOptions::new().build().unwrap();

    dbg!(yt_dlp.version().unwrap());
}