A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus 2f510c76ed moved application info to project file 2015-07-27 23:31:31 +02:00
application moved application info to project file 2015-07-27 23:31:31 +02:00
cli started implementation of CLI 2015-06-24 00:56:12 +02:00
gui added version to project file, added some files to begin with 2015-06-24 00:54:58 +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 fixed main window icon 2015-05-14 01:20:54 +02:00
.gitignore Initial commit 2015-04-22 19:18:28 +02:00
LICENSE Initial commit 2015-04-22 19:18:28 +02:00
README.md fixed build instructions 2015-05-19 22:58:32 +02:00
general.pri moved application info to project file 2015-07-27 23:31:31 +02:00
videodownloader.doxygen First commit 2015-04-22 19:32:04 +02:00
videodownloader.pro moved application info to project file 2015-07-27 23:31:31 +02:00
videodownloader.pro.user First commit 2015-04-22 19:32:04 +02:00

README.md

videodownloader

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

Build instructions

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

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