A first attempt as a graphical user interface for the command-line utility, youtube-dl.
Run the executable file found under releases.
Run the python script. Requires Python 3 and the youtube_dl library.
pip3 install youtube_dl
python ytdgui.py
- The config file is created on first run in the current working directory.
- YouTube passwords are NOT remembered/saved. If you want the program to remember your password, add your password in the config file.
- This program should be able to download videos from any of these sites, but your milage may vary.

