A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus e7f1de4138 fixed build instructions 2015-05-19 22:58:32 +02:00
application First commit 2015-04-22 19:32:04 +02:00
gui fixed main window icon 2015-05-14 01:20:54 +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 First commit 2015-04-22 19:32:04 +02:00
pkgbuild updated PKGBUILD files 2015-04-30 01:03:39 +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 First commit 2015-04-22 19:32:04 +02:00
videodownloader.doxygen First commit 2015-04-22 19:32:04 +02:00
videodownloader.pro First commit 2015-04-22 19:32:04 +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