Crates.io | youtube-dl-parser |
lib.rs | youtube-dl-parser |
version | 0.2.0 |
source | src |
created_at | 2023-01-17 01:48:45.978233 |
updated_at | 2023-03-24 12:33:50.686265 |
description | Runs youtube-dl and parses its download output. |
homepage | https://github.com/hristogochev/youtube-dl-parser |
repository | https://github.com/hristogochev/youtube-dl-parser |
max_upload_size | |
id | 760740 |
size | 28,524 |
Runs youtube-dl and parses its download output.
To use this crate, add youtube-dl-parser
as a dependency to your project's Cargo.toml
:
[dependencies]
youtube-dl-parser = "0.2.0"
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.
The crate is currently work in progress and only parses the output of YouTube mp3 and mp4 downloads.
Contributions to extend this crate are greatly appreciated!