From 680c2fc30e1020646e3270a73f1411dd59576112 Mon Sep 17 00:00:00 2001 From: bashonly Date: Sat, 16 Nov 2024 17:54:54 -0600 Subject: [PATCH] [docs] add changelog override re: OAuth Authored by: bashonly --- devscripts/changelog_override.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 08ea9666ed..906e5cf728 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -234,5 +234,10 @@ "when": "57212a5f97ce367590aaa5c3e9a135eead8f81f7", "short": "[ie/vimeo] Fix API retries (#11351)", "authors": ["bashonly"] + }, + { + "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 longer able to support OAuth login for YouTube. [Read more](https://github.com/yt-dlp/yt-dlp/issues/11462#issuecomment-2471703090)" } ]