[][src]Crate youtube_dl

A crate for running and parsing the JSON output of youtube-dl.

Re-exports

pub use crate::model::*;

Modules

model

Structs

YoutubeDl

A builder to create a youtube-dl command to execute.

Enums

Error

Errors that can occur during executing youtube-dl or during parsing the output.

YoutubeDlOutput

Data returned by YoutubeDl::run. Output can either be a single video or a playlist of videos.