Note that the project is not really maintained anymore

This commit is contained in:
Martchus 2019-12-30 22:09:20 +01:00
parent 9b981dbeb9
commit 94a87052b0
2 changed files with 10 additions and 3 deletions

View File

@ -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)

View File

@ -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.