[PR #1178] [MERGED] api: update youtube.js, switch between ios & web_embedded clients depending on request #5763

Closed
opened 2026-04-16 00:57:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1178
Author: @wukko
Created: 3/20/2025
Status: Merged
Merged: 3/20/2025
Merged by: @github-actions[bot]

Base: mainHead: use-forked-youtubejs


📝 Commits (2)

  • e779506 api/package: update youtube.js
  • 24ce19d api/youtube: use both ios & web_embedded client depending on request

📊 Changes

4 files changed (+49 additions, -31 deletions)

View changed files

📝 api/package.json (+1 -1)
📝 api/src/config.js (+1 -0)
📝 api/src/processing/services/youtube.js (+38 -21)
📝 pnpm-lock.yaml (+9 -9)

📄 Description

this PR also changes the default client to IOS, so CUSTOM_INNERTUBE_CLIENT is no longer needed to get youtube functionality to work

closes #1173


🔄 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/1178 **Author:** [@wukko](https://github.com/wukko) **Created:** 3/20/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `main` ← **Head:** `use-forked-youtubejs` --- ### 📝 Commits (2) - [`e779506`](https://github.com/imputnet/cobalt/commit/e779506d9edfdf0e556db70bd8c3148b52172b6a) api/package: update youtube.js - [`24ce19d`](https://github.com/imputnet/cobalt/commit/24ce19d09fd2040fc7d66fe336ec3df18593ddeb) api/youtube: use both ios & web_embedded client depending on request ### 📊 Changes **4 files changed** (+49 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `api/package.json` (+1 -1) 📝 `api/src/config.js` (+1 -0) 📝 `api/src/processing/services/youtube.js` (+38 -21) 📝 `pnpm-lock.yaml` (+9 -9) </details> ### 📄 Description this PR also changes the default client to IOS, so CUSTOM_INNERTUBE_CLIENT is no longer needed to get youtube functionality to work closes #1173 --- <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-16 00:57:03 -05:00
Sign in to join this conversation.