]> jfr.im git - yt-dlp.git/blobdiff - Changelog.md
Release 2021.01.10
[yt-dlp.git] / Changelog.md
index 2cb8b41b94fc8286c5728e44f7982f89d4150182..52a0bd5682f7baded74fbbec7451275c6daa5c2a 100644 (file)
@@ -13,11 +13,20 @@ # Instuctions for creating release
 
 -->
 
+### 2020.01.10
+* [archive.org] Fix extractor and add support for audio and playlists by @wporr
+* [Animelab] Added by @mariuszskon
+* [youtube:search] Fix view_count by @ohnonot
+* [youtube] Show if video is embeddable in info
+* Update version badge automatically in README
+* Enable `test_youtube_search_matching`
+* Create `to_screen` and similar functions in postprocessor/common
+
 ### 2020.01.09
 * [youtube] Fix bug in automatic caption extraction
 * Add `post_hooks` to YoutubeDL by @alexmerkel
 * Batch file enumeration improvements by @glenn-slayden
-* Stop immediately when reaching '--max-downloads' by @glenn-slayden
+* Stop immediately when reaching `--max-downloads` by @glenn-slayden
 * Fix incorrect ANSI sequence for restoring console-window title by @glenn-slayden
 * Kill child processes when yt-dlc is killed by @Unrud