A UI for the command-line video downloader "youtube-dl"
YDL-UI provides a simplified way to download videos using "youtube-dl", without the hassle of using the command-line. This is achieved by dynamically generating youtube-dl argument queries that can be run with a click of a button. YDL-UI is packaged with a release of youtube-dl and ffmpeg.
You can find both the latest and previous releases of YDL-UI on the releases page.
The latest development build of YDL-UI can be found on the artifacts page of YDL-UI's AppVeyor. Note: These builds are temporary and may be unstable as the are built from each commit automatically.
View the installation wiki page.
Ensure you have installed the prerequisites listed below in order to run YDL-UI.
- .NET Framework 4.8
To learn how to use YDL-UI check out the wiki.
Please be aware the Wiki might not be updated for the latest release of YDL-UI.
Wanting to contribute by translating YDL-UI to your language, or fix a typo?
Visit the YDL-UI project on Transifex.
This project is licensed under the MIT License - see the LICENSE.md file for details
- youtube-dl
- ffmpeg - compiled using ffmpeg-windows-build-helpers
- ByteSize
- Json.NET
- Fody & Fody.Costura