diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-15 03:43:29 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-08-15 03:45:12 +0530 |
commit | 55937202b72a64f9ca8a877dbb0e1eea401427cc (patch) | |
tree | ee7c45de3a7bb5ab3df7aac0f44675e3cb1300ad /Changelog.md | |
parent | 1e4fca9a87b0ff6b7316261a2f081493af3885b2 (diff) | |
download | hypervideo-pre-55937202b72a64f9ca8a877dbb0e1eea401427cc.tar.lz hypervideo-pre-55937202b72a64f9ca8a877dbb0e1eea401427cc.tar.xz hypervideo-pre-55937202b72a64f9ca8a877dbb0e1eea401427cc.zip |
Release 2022.08.14
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index ad9c00b20..7d16b8a8f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -11,6 +11,37 @@ --> +### 2022.08.14 + +* Merge youtube-dl: Upto [commit/d231b56](https://github.com/ytdl-org/youtube-dl/commit/d231b56) +* [jsinterp] Handle **new youtube signature functions** +* [jsinterp] Truncate error messages +* [extractor] Fix format sorting of `channels` +* [ffmpeg] Disable avconv unless `--prefer-avconv` +* [ffmpeg] Smarter detection of ffprobe filename +* [patreon] Ignore erroneous media attachments by [coletdjnz](https://github.com/coletdjnz) +* [postprocessor/embedthumbnail] Detect `libatomicparsley.so` +* [ThumbnailsConvertor] Fix conversion after `fixup_webp` +* [utils] Fix `get_compatible_ext` +* [build] Fix changelog +* [update] Set executable bit-mask by [pukkandan](https://github.com/pukkandan), [Lesmiscore](https://github.com/Lesmiscore) +* [devscripts] Fix import +* [docs] Consistent use of `e.g.` by [Lesmiscore](https://github.com/Lesmiscore) +* [cleanup] Misc fixes and cleanup +* [extractor/moview] Add extractor by [HobbyistDev](https://github.com/HobbyistDev) +* [extractor/parler] Add extractor by [palewire](https://github.com/palewire) +* [extractor/truth] Add extractor by [palewire](https://github.com/palewire) +* [extractor/aenetworks] Add formats parameter by [jacobtruman](https://github.com/jacobtruman) +* [extractor/crunchyroll] Improve `_VALID_URL`s +* [extractor/doodstream] Add `wf` domain by [aldoridhoni](https://github.com/aldoridhoni) +* [extractor/facebook] Add reel support by [bashonly](https://github.com/bashonly) +* [extractor/MLB] New extractor by [ischmidt20](https://github.com/ischmidt20) +* [extractor/rai] Misc fixes by [nixxo](https://github.com/nixxo) +* [extractor/toggo] Improve `_VALID_URL` by [masta79](https://github.com/masta79) +* [extractor/tubitv] Extract additional formats by [shirt-dev](https://github.com/shirt-dev) +* [extractor/zattoo] Potential fix for resellers + + ### 2022.08.08 * **Remove Python 3.6 support** |