]> jfr.im git - yt-dlp.git/blobdiff - Changelog.md
Release 2021.03.24
[yt-dlp.git] / Changelog.md
index 3737a23fef95b7824ad5493f44fbb8c938aaa0fa..d498bbe4a811b4638046ed8085803308e9e1e5b9 100644 (file)
@@ -17,9 +17,19 @@ # Instuctions for creating release
 -->
 
 
+### 2021.03.24
+* Merge youtube-dl: Upto [commit/8562218](https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf)
+* Parse metadata from multiple fields using `--parse-metadata`
+* Ability to load playlist infojson using `--load-info-json`
+* Write current epoch to infojson when using `--no-clean-infojson`
+* [youtube_live_chat] fix bug when trying to set cookies
+* [niconico] Fix for when logged in by: @CXwudi and @xtkoba
+* [linuxacadamy] Fix login
+
+
 ### 2021.03.21
 * Merge youtube-dl: Upto [commit/7e79ba7](https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881)
-* Option `--clean-infojson` to keep private keys in the infojson
+* Option `--no-clean-infojson` to keep private keys in the infojson
 * [aria2c] Support retry/abort unavailable fragments by [damianoamatruda](https://github.com/damianoamatruda)
 * [aria2c] Better default arguments
 * [movefiles] Fix bugs and make more robust