diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 79d0c09e2..f6671f11d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,42 @@ --> +### 2021.05.20 + +**Youtube improvements**: + * Support youtube music `MP`, `VL` and `browse` pages + * Extract more formats for youtube music by @craftingmod, @colethedj, @pukkandan + * Extract multiple subtitles in same language by @pukkandan and @tpikonen + * Redirect channels that doesn't have a `videos` tab to their `UU` playlists + * Support in-channel search + * Sort audio-only formats correctly + * Always extract `maxresdefault` thumbnail + * Extract audio language + * Add subtitle language names by @nixxo and @tpikonen + * Show alerts only from the final webpage + * Add `html5=1` param to `get_video_info` page requests by @colethedj + * Better message when login required +**Add option `--print`**: to print any field/template + Deprecates: `--get-description`, `--get-duration`, `--get-filename`, `--get-format`, `--get-id`, `--get-thumbnail`, `--get-title`, `--get-url` +* Field `additional_urls` to download additional videos from metadata using [`--parse-metadata`](https://github.com/yt-dlp/yt-dlp#modifying-metadata) +* Merge youtube-dl: Upto [commit/dfbbe29](https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b) +* Write thumbnail of playlist and add `pl_thumbnail` outtmpl key +* [embedthumbnail] Add `flac` support and refactor `mutagen` code by @pukkandan and @tripulse +* [audius:artist] Add extractor by @king-millez +* [parlview] Add extractor by @king-millez +* [tenplay] Fix extractor by @king-millez +* [rmcdecouverte] Generalize `_VALID_URL` +* Add compat-option `no-attach-infojson` +* Add field `name` for subtitles +* Ensure `post_extract` and `pre_process` only run once +* Fix `--check-formats` when there is network error +* Standardize `write_debug` and `get_param` +* [options] Alias `--write-comments`, `--no-write-comments` +* [options] Refactor callbacks +* [test:download] Only extract enough videos for `playlist_mincount` +* [extractor] bugfix for when `compat_opts` is not given +* [cleanup] code formatting, youtube tests and readme + ### 2021.05.11 * **Deprecate support for python versions < 3.6** * **Subtitle extraction from manifests** by [fstirlitz](https://github.com/fstirlitz). See [be6202f](https://github.com/yt-dlp/yt-dlp/commit/be6202f12b97858b9d716e608394b51065d0419f) for details |