[PR #558] [MERGED] youtube: add support for OAuth2 tokens #10087

Closed
opened 2026-04-24 16:11:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/558
Author: @dumbmoron
Created: 6/8/2024
Status: Merged
Merged: 6/8/2024
Merged by: @wukko

Base: currentHead: yt-tokens


📝 Commits (8)

  • 46274c8 youtube: add support for using OAuth2 tokens
  • 18d4372 youtube: drop cookie support
  • 2387fc2 youtube: update access token on change
  • d08e2ac generate-youtube-tokens: use throw instead of process.exit
  • 9e09bca refactor: create util directory, move tests to it
  • ebe6668 refactor: move generate-youtube-tokens to util
  • 6c1d8ef generate-youtube-tokens: add more explanatory text and clean up logging
  • a84d0dd package.json: remove testFilenames script, add youtube token generation

📊 Changes

6 files changed (+85 additions, -6 deletions)

View changed files

📝 package.json (+2 -2)
📝 src/modules/processing/services/youtube.js (+44 -3)
src/util/generate-youtube-tokens.js (+38 -0)
📝 src/util/test.js (+1 -1)
📝 src/util/testFilenamePresets.js (+0 -0)
📝 src/util/tests.json (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/558 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/8/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `yt-tokens` --- ### 📝 Commits (8) - [`46274c8`](https://github.com/imputnet/cobalt/commit/46274c8da090d89c22dd7fcd61d401210c465052) youtube: add support for using OAuth2 tokens - [`18d4372`](https://github.com/imputnet/cobalt/commit/18d43729385336a0df8671133724641fd41a5769) youtube: drop cookie support - [`2387fc2`](https://github.com/imputnet/cobalt/commit/2387fc2fbb85590efa8040400044e4b41a60d560) youtube: update access token on change - [`d08e2ac`](https://github.com/imputnet/cobalt/commit/d08e2ac04f3393d3bc7c0b582ed1bfb4053824b0) generate-youtube-tokens: use throw instead of process.exit - [`9e09bca`](https://github.com/imputnet/cobalt/commit/9e09bcab6ea1c38dde3793a6df75933e095e3901) refactor: create `util` directory, move tests to it - [`ebe6668`](https://github.com/imputnet/cobalt/commit/ebe6668bc0c631a34a94a853efea2ecf24f1087b) refactor: move generate-youtube-tokens to `util` - [`6c1d8ef`](https://github.com/imputnet/cobalt/commit/6c1d8ef6c75cfcdb1cdd66278c43bfd8b15138e7) generate-youtube-tokens: add more explanatory text and clean up logging - [`a84d0dd`](https://github.com/imputnet/cobalt/commit/a84d0ddc772218fd5f74ec62aee8d95783425428) package.json: remove testFilenames script, add youtube token generation ### 📊 Changes **6 files changed** (+85 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -2) 📝 `src/modules/processing/services/youtube.js` (+44 -3) ➕ `src/util/generate-youtube-tokens.js` (+38 -0) 📝 `src/util/test.js` (+1 -1) 📝 `src/util/testFilenamePresets.js` (+0 -0) 📝 `src/util/tests.json` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 16:11:08 -05:00
Sign in to join this conversation.