diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-27 23:45:56 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-27 23:45:56 +0000 |
commit | 3ddbebb3c69c9da88d8030d54d9bff9c8f49465c (patch) | |
tree | adae217710a188086928634c896221275127ad5f /Changelog.md | |
parent | 48be862b32648bff5b3e553e40fca4dcc6e88b28 (diff) |
Release 2025.03.272025.03.27
Created by: bashonly
:ci skip all
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 8542f56fb..9ceb94dda 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,14 @@ # To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master --> +### 2025.03.27 + +#### Core changes +- **jsinterp**: [Fix nested attributes and object extraction](https://github.com/yt-dlp/yt-dlp/commit/a8b9ff3c2a0ae25735e580173becc78545b92572) ([#12760](https://github.com/yt-dlp/yt-dlp/issues/12760)) by [bashonly](https://github.com/bashonly), [seproDev](https://github.com/seproDev) + +#### Extractor changes +- **youtube**: [Make signature and nsig extraction more robust](https://github.com/yt-dlp/yt-dlp/commit/48be862b32648bff5b3e553e40fca4dcc6e88b28) ([#12761](https://github.com/yt-dlp/yt-dlp/issues/12761)) by [bashonly](https://github.com/bashonly), [seproDev](https://github.com/seproDev) + ### 2025.03.26 #### Extractor changes |