From 94a87052b03d5eb84b13c6d89990f2892295a58c Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 30 Dec 2019 22:09:20 +0100 Subject: [PATCH] Note that the project is not really maintained anymore --- CMakeLists.txt | 2 +- README.md | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cfb4ee..e6e4666 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(META_APP_NAME "Video Downloader") set(META_APP_CATEGORIES "Network;FileTransfer") set(META_APP_AUTHOR "Martchus") set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") -set(META_APP_DESCRIPTION "Simple video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)") +set(META_APP_DESCRIPTION "Simple video downloader with Qt GUI and backends for multiple platforms, e.g. YouTube and Vimeo") set(META_VERSION_MAJOR 1) set(META_VERSION_MINOR 3) set(META_VERSION_PATCH 5) diff --git a/README.md b/README.md index 4229d1e..6918233 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Video Downloader -A video downloader with Qt 5 GUI. +A video downloader with Qt 5 GUI and backends for multiple platforms, e.g. YouTube and +Vimeo. -Currently YouTube and Vimeo are the only maintained platforms. +--- + +**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.