From 345509560a4ff673b8a936782454954adc6550e8 Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Mon, 12 Dec 2022 01:01:26 +0100 Subject: [PATCH] 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). --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5173cca..5d08b7b 100644 --- a/Home.md +++ b/Home.md @@ -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). \ No newline at end of file +Welcome to the Wiki. \ No newline at end of file