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.