youtube-dl-parser

Crates.ioyoutube-dl-parser
lib.rsyoutube-dl-parser
version0.2.0
sourcesrc
created_at2023-01-17 01:48:45.978233
updated_at2023-03-24 12:33:50.686265
descriptionRuns youtube-dl and parses its download output.
homepagehttps://github.com/hristogochev/youtube-dl-parser
repositoryhttps://github.com/hristogochev/youtube-dl-parser
max_upload_size
id760740
size28,524
Hristo Gochev (hristogochev)

documentation

https://docs.rs/youtube-dl-parser/

README

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:

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

Features

  • Provides an iterator over youtube-dl download outputs.
  • Provides an additional iterator that parses each output.
  • Exposes duct expressions for mp3 and mp4 youtube-dl downloads.

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!

Commit count: 6

cargo fmt