Crates.io | mine-dlp |
lib.rs | mine-dlp |
version | 0.3.5 |
source | src |
created_at | 2024-11-04 17:00:17.839121 |
updated_at | 2024-11-06 11:52:19.848658 |
description | A yt-dlp wrapper for downloading YouTube videos from command line |
homepage | |
repository | https://github.com/Manicharan01/mine-dlp |
max_upload_size | |
id | 1435312 |
size | 15,636 |
This rust package is a wrapper around yt-dlp to Download audio/video files to your desired folder with no hassle.
You can install this package using cargo, like this
cargo install mine-dlp
you can install this package in any Operating System, with cargo installed. You can refer to this website to install cargo. And you should install yt-dlp too, because this package is a wrapper around yt-dlp.
You can refer to above referred link to install yt-dlp.
You should also install gcc
in linux and in windows you should in Visual Studio 2019 or higher
, for Rust compiler to work.
You can execute it by running mine-dlp
, but you should have config file in your $HOME
directory by the name of .mine-dlp
and the file should contain
browser="name of the browser in which youtube is logged in, quotes are not needed"(yt-dlp cannot get audio/video without this option)
downloads=/path/to/save/the/audio or video/
If you do not want to go through hassle, you can just execute it and give details for the first when it asked.
If there is a issue you can open a PR in GitHub, attaching a screenshot of the issue is appreciated