A youtube-dl GUI written in PyQt
youtube-dl-GUI
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.
Requirements:
Requirement for build Binaries/Executables
Features:
This application has the following features:
- supports downloading videos from 200+ websites
- allows to download multiple videos in parallel
- shows download statistics separately for each video
- Resumes interrupted downloads
- Downloads the video in best quality
TODO:
- Allow pause/resume functionality
- integrate save state
integrate post processing optionsintegrate batch add featureintegrate Queue to make it stableChange for PyInstaller: