YoutubeDL is a GUI written in Qt for youtube-dl
Copyright (C) 2014 Darko Jankovic
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
You need Qt installed on your system to compile this application. Move to the project directory and execute commands:
qmake
make
If you compiled application from source, find the executable in the source directory. Otherwise download precompiled binary for your plaftorm.
Download YoutubeDL.for.Windows.zip, unzip it and run YoutubeDL.exe. youtube-dl and ffmpeg libraries are bundled. Download YoutubeDL.for.OSX.dmg and run it, you will have to manually install youtube-dl and ffmpeg or avconv. Download YoutubeDL.for.GNU.Linux.tar.gz, uncompress and run it, you will have to manually install youtube-dl and ffmpeg or avconv.