youtube-dl-rs
youtube-dl-rs copied to clipboard
A youtube-dl wrapper for Rust
I think it would be great to implement some logic to get the progress of the current download through your wrapper because you are directly returning the YoutubeDlOutput here: https://github.com/GyrosOfWar/youtube-dl-rs/blob/e85d93107112171f7059271cb6a96d01aa2ef6d5/src/lib.rs#L715...
When I follow the instructions for the base code like as in the documentary shown, I'll get weired behaviours. (short) overview: use youtube_dl::YoutubeDl; let output = YoutubeDl::new("https://www.youtube.com/watch?v=12356789").run().unwrap(); let title =...
Hi ! I wanted to know if it is possible to download multiple link from one builder asynchronously. I read the documentation and the code and I didn't found any...
When submitting a YouTube link with some additional junk (stuff behind the first query), such as `https://www.youtube.com/watch?v=CDWHVRqhfto&t=930s`, you find that the parser often can't keep up: `json error: invalid type:...
I'd really like to use the `downloader` feature for usage of the `download_yt_dlp` function, but it seems that you can't use the downloader without `native-tls` enabled, too! I tried changing...
When using `extra_arg("--download-archive")` (and next as path to the archive file), the downloader will fail with error if the file already exists in the archive. This is caused by yt-dlp...
I have to manually set a youtube dl path because it doesn't pick up the path setup in the System Environmental variables. Here's the code I'm using ``` let search_options...
``` Error: non-zero exit code: 1, stderr: ERROR: [youtube] Ylb4jP1zTX0: This video requires payment to watch ERROR: [youtube] iHg0p_pL9ZM: This video requires payment to watch ERROR: [youtube] dR9S96jUey4: This video...
yt-dlp should return a `channel_follower_count` value but it isn't in the `SingleVideo` struct.