YouTurbo: A lightweight python GUI script for downloading video, audio and playlists from YouTube and all of the other 1000+ sites supported by yt-dlp. See the full list of supported sites here.
YouTurbo is essentially a GUI wrapper around yt-dlp. ffmpeg and ffprobe are strongly recommended. You can find more information about yt-dlp and its features here.
- Download audio, video, both or full playlists from several video/audio hosting platforms. All you need is a url.
- Customize your download with options like resolution, file format, subtitles and more.
- See your download progress and be alerted when downloads are complete.
For now the only way to install yt-dlp is to build from the source code. Release binaries will be added soon.
- Clone the repository.
- Optional but strongly recommended: Download ffmpeg and ffprobe for your operating system here. Without them, downloads may be limited to 720p or lower. Copy the files to the bin directory of this project.
- Install the yt-dlp python module.
pip install -r requirements.txt
- In the src folder, run main.py.
Usage should be (hopefully) intuitive with the Tkinter GUI.