diff options
author | sepro <sepro@sepr0.com> | 2025-01-26 04:32:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-26 03:32:10 +0000 |
commit | 3b4531934465580be22937fecbb6e1a3a9e2334f (patch) | |
tree | f7f077bb1cc17834b63321487872c15a737b9088 /devscripts | |
parent | 421bc72103d1faed473a451299cd17d6abb433bb (diff) |
[cleanup] Misc (#12194)
Closes #12098, Closes #12133
Authored by: seproDev, bashonly, lonble, pjrobertson
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: Lonble <74650029+lonble@users.noreply.github.com>
Co-authored-by: Patrick Robertson <robertson.patrick@gmail.com>
Diffstat (limited to 'devscripts')
-rw-r--r-- | devscripts/changelog_override.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 079e2f729..8aa7b7e2b 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -239,5 +239,11 @@ "action": "add", "when": "52c0ffe40ad6e8404d93296f575007b05b04c686", "short": "[priority] **Login with OAuth is no longer supported for YouTube**\nDue to a change made by the site, yt-dlp is no longer able to support OAuth login for YouTube. [Read more](https://github.com/yt-dlp/yt-dlp/issues/11462#issuecomment-2471703090)" + }, + { + "action": "change", + "when": "76ac023ff02f06e8c003d104f02a03deeddebdcd", + "short": "[ie/youtube:tab] Improve shorts title extraction (#11997)", + "authors": ["bashonly", "d3d9"] } ] |