Skip to content

ErrorFlynn/ytdlp-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ytdlp-interface

This is a Windows graphical interface for yt-dlp, that is designed as a simple YouTube downloader. Since v1.2, the interface also accepts non-YouTube URLs, so theoretically it can be used to download from any site that yt-dlp supports (see the list).

To use, unpack the archive in a new folder at a location of your choice, and run ytdlp-interface.exe.

Download link for the latest version (64 bit): https://github.com/ErrorFlynn/ytdlp-interface/releases/download/v2.11.1/ytdlp-interface.7z

32 bit build: https://github.com/ErrorFlynn/ytdlp-interface/releases/download/v2.11.1/ytdlp-interface_x86.7z


Building the source

The project depends on three static libraries: Nana C++ GUI library v1.8 or later (at the time I'm writing this v1.8 is in development, so you must build branch develop-1.8), libjpeg-turbo, and bit7z. To build Nana with JPEG support see this thread.

The program also uses JSON for modern C++ to get video info from yt-dlp.exe and to read/write the settings file, but that's just a header file that's included in the project (you can replace it with its latest version if you really want to).

The easiest way to build the project is to open the solution file with Visual Studio 2019 or later. If that's not an option, you're a resourceful individual, I'm sure you'll come up with something (that's as far as my support goes, sorry).


ytdlp-interface_settings


ytdlp-interface_queue


ytdlp-interface_output

About

Windows graphical interface for yt-dlp, designed as a simple YouTube downloader

Resources

License

Stars

Watchers

Forks

Languages