This repository contains code for a youtube-dl GUI written in PyQt. It is based on youtube-dl which is a Video downloading script maintained by various contributers and released in Public Domain. This GUI code is currently written for Python v3.x. Please note that this GUI code is released under the MIT License and not Public Domain.
This application has the following features:
If you want to become a contributor then just contribute some code and I will add you to this list
This program is still in beta so if you encounter any bugs feel free to report them on https://github.com/yasoob/youtube-dl-GUI/issues.
Run the setup.py file like this:
python setup.py pyinstaller
This will result in a dist and build directory. Simply go to the dist directory and you will get a youtube-dl-gui.exe
file and some other files. That youtube-dl-gui.exe
file is a standalone executable which can be run simply by double clicking it. You can distribute that file to your friend.
Can dowload the latest version from Releases
Author: yasoob
Download Link: Download The Source Code
Official Website: https://github.com/yasoob/youtube-dl-GUI
License: MIT
#pyqt #python