diff options
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 3737a23fe..d498bbe4a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,9 +17,19 @@ --> +### 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 |