youtube-dl-parser

Runs youtube-dl and parses its download output.

Usage

To use this crate, add youtube-dl-parser as a dependency to your project's Cargo.toml:

toml [dependencies] youtube-dl-parser = "0.2.0"

Features

Important

In order to use the functions provided by the library, youtube-dl and FFmpeg must be added to PATH or be in the current directory.

Work in progress

The crate is currently work in progress and only parses the output of YouTube mp3 and mp4 downloads.

Contributing

Contributions to extend this crate are greatly appreciated!