A wrapper for yt-dlp that achieves the same result as https://github.com/invzfnc/spotify-downloader downloads:
- Downloads highest bitrate possible (~256 kbps)
- With embed metadata (title, artist, album, album art, etc)
This program is for educational purposes only. Users are responsible for complying with YouTube and YouTube Music's terms of service.
This program requires yt-dlp and FFmpeg to work, make sure they are available before following these steps to use the program:
- Double click and run download.bat
- Type in url, hit enter
- Wait (patiently) for the download to finish
- File explorer will open, showing the files downloaded
-
Clone this repository
git clone https://github.com/invzfnc/ytdlp-wrapper.git
-
Create virtual environment (optional but recommended)
python -m venv venv
-
This program requires yt-dlp and FFmpeg to work. Install them:
- Install yt-dlp using pip:
python -m pip install yt-dlp
- Download FFmpeg from its official website and add to PATH.
- Install yt-dlp using pip:
-
From terminal, run this command with your link:
python -m main <url>
This software is licensed under the MIT License © Cha