YDL-UI is a user interface 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.
Basic Usage
- Start YDL-UI by running the executable.
- Click the "Download" menustrip, then the "Add URL" option.
- Copy a video URL to the clipboard (e.g. Youtube video, playlist, user videos, etc) and paste it into the URL textbox.
- Select the desired options.
- Click "Add".
- A download entry will be added to the download log, and will begin downloading shortly after.
OS: Win 10 / 8 / 7 / Vista / XP
Project page: https://github.com/Maxstupo/ydl-ui
Changelog: https://github.com/Maxstupo/ydl-ui/releases
v2.6.0 :: 29th October, 2019
- Add multi-language support
- Add cookie support
- Support for adding drag-dropped downloads automatically
- Fix regional decimal separator
- Updated packaged youtube-dl version to 2019.10.29