diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-01 10:12:25 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-01 10:15:01 +0530 |
commit | a804f6d89c233fa90ee64e84778b151909baa554 (patch) | |
tree | cabbf06df26e6226fcbfb6d18bee38b3c4b57b3b /Changelog.md | |
parent | 814dfb7e25982766294850a043e2f14535309b6b (diff) | |
download | hypervideo-pre-a804f6d89c233fa90ee64e84778b151909baa554.tar.lz hypervideo-pre-a804f6d89c233fa90ee64e84778b151909baa554.tar.xz hypervideo-pre-a804f6d89c233fa90ee64e84778b151909baa554.zip |
[cleanup Fix some typos
* `MetadataFromFieldPP` is not deprecated!
* Wrong args to `MetadataFromFieldPP`
* Some mistakes in change log
* Type in build.yml causing release tag to be placed on wrong commit
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md index 9310f73ca..f6cba7717 100644 --- a/Changelog.md +++ b/Changelog.md @@ -38,7 +38,7 @@ * Ensure directory exists when checking formats * Ensure path for link files exists by [Zirro](https://github.com/Zirro) * Ensure same config file is not loaded multiple times -* Fix 'postprocessor_hooks` +* Fix `postprocessor_hooks` * Fix `--break-on-archive` when pre-checking * Fix `--check-formats` for `mhtml` * Fix `--load-info-json` of playlists with failed entries @@ -110,10 +110,9 @@ * [youtube] Decrypt n-sig for URLs with `ratebypass` * [youtube] Minor improvement to format sorting * [cleanup] Add deprecation warnings -* [cleanup] Minor cleanup -* [cleanup] Misc cleanup * [cleanup] Refactor `JSInterpreter._seperate` * [Cleanup] Remove some unnecessary groups in regexes by [Ashish0804](https://github.com/Ashish0804) +* [cleanup] Misc cleanup ### 2021.11.10.1 @@ -1476,6 +1475,7 @@ **Note**: All uncredited changes above this point are authored by [pukkandan](https://github.com/pukkandan) +### Unreleased changes in [blackjack4494/yt-dlc](https://github.com/blackjack4494/yt-dlc) * Updated to youtube-dl release 2020.11.26 by [pukkandan](https://github.com/pukkandan) * Youtube improvements by [pukkandan](https://github.com/pukkandan) * Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL |