A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus f2ee22944b fixed wrong includes in UI files 2015-08-27 01:12:11 +02:00
application updated application info 2015-08-25 19:17:32 +02:00
cli started implementation of CLI 2015-06-24 00:56:12 +02:00
gui fixed wrong includes in UI files 2015-08-27 01:12:11 +02:00
itemdelegates First commit 2015-04-22 19:32:04 +02:00
misc First commit 2015-04-22 19:32:04 +02:00
model First commit 2015-04-22 19:32:04 +02:00
network added version to project file, added some files to begin with 2015-06-24 00:54:58 +02:00
resources uniform spelling of app name 2015-08-26 20:28:43 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:27:01 +02:00
LICENSE Initial commit 2015-04-22 19:18:28 +02:00
README.md updated readme 2015-08-26 20:28:09 +02:00
general.pri updated project files 2015-08-26 20:27:40 +02:00
videodownloader.doxygen First commit 2015-04-22 19:32:04 +02:00
videodownloader.pro updated project files 2015-08-26 20:27:40 +02:00
videodownloader.pro.user First commit 2015-04-22 19:32:04 +02:00
windowsicon.pri can't use packageExists here 2015-07-31 01:29:17 +02:00

README.md

Video Downloader

A video downloader with Qt GUI (currently only YouTube is maintained).

Build instructions

The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries.

The following Qt 5 modules are requried: core gui widgets network