diff --git a/CMakeLists.txt b/CMakeLists.txt index 17814d4..6f4f40e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ 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_VERSION_MAJOR 1) set(META_VERSION_MINOR 3) -set(META_VERSION_PATCH 1) +set(META_VERSION_PATCH 2) # add project files set(HEADER_FILES diff --git a/README.md b/README.md index 56cb0b9..d01b08f 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,10 @@ Currently YouTube and Vimeo are the only maintained platforms. This is just a downloader. It does not convert or mux anything. You might use ffmpeg or mkvmerge to convert/remux downloaded videos. -## Supported YouTube quality levels +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. @@ -16,6 +18,7 @@ by YouTube which currently need to be downloaded separately and then muxed toget * Fix (or remove) platforms that are not working. * Mux video-only and audio-only streams. * Command line interface + * Fix issues with some YouTube videos ## Build instructions The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries.