From 416c60c5f2d00cf9495dda0ffe5ccbf2eb04d3c5 Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Mon, 12 Dec 2022 00:50:27 +0100 Subject: [PATCH] Initial commit about --- Home.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..5173cca --- /dev/null +++ b/Home.md @@ -0,0 +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