Remove YouTube Data API v3 Captions: download endpoint content, as it is only usable by the channel owning the given videos we want the captions of (source: comments of [this StackOverflow answer](https://stackoverflow.com/a/30660549), I verified this fact).

Benjamin Loison 2022-12-12 01:01:26 +01:00
parent 416c60c5f2
commit 345509560a

@ -1 +1 @@
As [YouTube Data API v3](https://developers.google.com/youtube/v3) [Captions: download](https://developers.google.com/youtube/v3/docs/captions/download) requires [OAuth 2 authentication](https://developers.google.com/youtube/v3/guides/authentication), we can bypass the process on https://console.cloud.google.com to get our access token by just using the web-browser Web Developer Tool `Network` tab and use OAuth 2 on another endpoint such as [Captions: list](https://developers.google.com/youtube/v3/docs/captions/list). Welcome to the Wiki.