A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
Go to file
Martchus 82f15071b7 Remove TODOs and download repo from README 2020-05-06 11:56:14 +02:00
application Remove/fix legacy code and style issues 2019-12-30 22:36:53 +01:00
cli Don't use lower-case Qt macros 2020-03-08 14:06:45 +01:00
gui Use Q_SIGNALS instead of signals 2020-03-09 18:48:21 +01:00
itemdelegates Apply clang-format 2019-07-20 20:20:58 +02:00
misc First commit 2015-04-22 19:32:04 +02:00
model Don't use lower-case Qt macros 2020-03-08 14:06:45 +01:00
network Use Q_SIGNALS instead of signals 2020-03-09 18:48:21 +01:00
resources Remove empty/unused options error category 2019-12-30 21:41:42 +01:00
.gitignore Apply clang-format 2017-05-01 03:22:50 +02:00
CMakeLists.txt Fix project name in LICENSES-windows-distribution.md 2020-01-10 18:02:12 +01:00
LICENSE Initial commit 2015-04-22 19:18:28 +02:00
LICENSES-windows-distribution.md Fix project name in LICENSES-windows-distribution.md 2020-01-10 18:02:12 +01:00
README.md Remove TODOs and download repo from README 2020-05-06 11:56:14 +02:00

README.md

Video Downloader

A video downloader with Qt 5 GUI and backends for multiple platforms, e.g. YouTube and Vimeo.


Note: This project is not maintained anymore so any provider-specific code might be outdated and not work anymore. I keep the project around as an example for doing HTTP downloads with Qt 5 showing the progress and speed in a list view.


This is just a downloader. It does not convert or mux anything. You might use ffmpeg or mkvmerge to convert/remux downloaded videos.

It seems that not all YouTube videos work anymore. Since this is mainly a learning/test project for me I currently have no intention to fix it.

Supported YouTube quality levels

The downloader allows to download any quality, including the HD qualities. However 1080p streams (and above) are only provided as video-only or audio-only stream by YouTube which currently need to be downloaded separately and then muxed together.

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