[PR #1535] [MERGED] update: cobalt 11.7 #8839

Closed
opened 2026-04-21 20:47:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1535
Author: @wukko
Created: 4/6/2026
Status: Merged
Merged: 4/6/2026
Merged by: @wukko

Base: mainHead: develop


📝 Commits (10+)

  • 6678238 api/package: bump youtubei.js to 16.0.0
  • d8ca585 api/youtube: try new session server
  • e7b6d3b youtube: fix custom fetch breakage
  • c8245a0 youtube: provide own JS interpreter
  • cb5eaa8 youtube: await decipher()s
  • b439ee9 api/bilibili: use another user agent (#1472)
  • e6bbd94 api/twitter: strip "tag" param from video urls
  • ae51869 web/download: do not show additional dialog on top of dialog in openURL
  • c857054 all: update dependencies
  • 728d225 web: fix state_referenced_locally warnings with proper runes

📊 Changes

41 files changed (+1824 additions, -1880 deletions)

View changed files

📝 .github/workflows/test-services.yml (+6 -0)
📝 .github/workflows/test.yml (+6 -0)
📝 api/README.md (+0 -1)
📝 api/package.json (+19 -18)
📝 api/src/core/env.js (+1 -0)
📝 api/src/processing/helpers/youtube-session.js (+6 -2)
📝 api/src/processing/match-action.js (+1 -2)
📝 api/src/processing/match.js (+0 -10)
📝 api/src/processing/service-config.js (+1 -9)
📝 api/src/processing/service-patterns.js (+0 -4)
📝 api/src/processing/services/bilibili.js (+2 -2)
📝 api/src/processing/services/facebook.js (+2 -2)
📝 api/src/processing/services/rutube.js (+1 -1)
📝 api/src/processing/services/soundcloud.js (+15 -12)
📝 api/src/processing/services/twitter.js (+11 -1)
📝 api/src/processing/services/vk.js (+14 -10)
api/src/processing/services/xiaohongshu.js (+0 -109)
📝 api/src/processing/services/youtube.js (+46 -9)
📝 api/src/processing/url.js (+1 -12)
📝 api/src/util/tests/bilibili.json (+1 -1)

...and 21 more files

📄 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/1535 **Author:** [@wukko](https://github.com/wukko) **Created:** 4/6/2026 **Status:** ✅ Merged **Merged:** 4/6/2026 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`6678238`](https://github.com/imputnet/cobalt/commit/6678238a6c30fa3252e1114166a10b2ae85cfe6a) api/package: bump youtubei.js to 16.0.0 - [`d8ca585`](https://github.com/imputnet/cobalt/commit/d8ca5855a9598700e4b184677264e64c577601fe) api/youtube: try new session server - [`e7b6d3b`](https://github.com/imputnet/cobalt/commit/e7b6d3b8ff017e8f5fbe3a93b4fb03610ce48549) youtube: fix custom fetch breakage - [`c8245a0`](https://github.com/imputnet/cobalt/commit/c8245a04d07819986aaf23e0dc0e473f01b3f996) youtube: provide own JS interpreter - [`cb5eaa8`](https://github.com/imputnet/cobalt/commit/cb5eaa814bec9026f853c783f4211ff5e08f76fd) youtube: await decipher()s - [`b439ee9`](https://github.com/imputnet/cobalt/commit/b439ee93c56f15602bf0e02edc88913f41e4acad) api/bilibili: use another user agent (#1472) - [`e6bbd94`](https://github.com/imputnet/cobalt/commit/e6bbd9477ccbcfc27a88933d6dec6f09ca6a4674) api/twitter: strip "tag" param from video urls - [`ae51869`](https://github.com/imputnet/cobalt/commit/ae518692edc43ee191b842346753b3aee299a9e1) web/download: do not show additional dialog on top of dialog in openURL - [`c857054`](https://github.com/imputnet/cobalt/commit/c857054dccff698faf13990eccdccddbabb25497) all: update dependencies - [`728d225`](https://github.com/imputnet/cobalt/commit/728d2255155c1ea91850687da70a528a307c3436) web: fix state_referenced_locally warnings with proper runes ### 📊 Changes **41 files changed** (+1824 additions, -1880 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test-services.yml` (+6 -0) 📝 `.github/workflows/test.yml` (+6 -0) 📝 `api/README.md` (+0 -1) 📝 `api/package.json` (+19 -18) 📝 `api/src/core/env.js` (+1 -0) 📝 `api/src/processing/helpers/youtube-session.js` (+6 -2) 📝 `api/src/processing/match-action.js` (+1 -2) 📝 `api/src/processing/match.js` (+0 -10) 📝 `api/src/processing/service-config.js` (+1 -9) 📝 `api/src/processing/service-patterns.js` (+0 -4) 📝 `api/src/processing/services/bilibili.js` (+2 -2) 📝 `api/src/processing/services/facebook.js` (+2 -2) 📝 `api/src/processing/services/rutube.js` (+1 -1) 📝 `api/src/processing/services/soundcloud.js` (+15 -12) 📝 `api/src/processing/services/twitter.js` (+11 -1) 📝 `api/src/processing/services/vk.js` (+14 -10) ➖ `api/src/processing/services/xiaohongshu.js` (+0 -109) 📝 `api/src/processing/services/youtube.js` (+46 -9) 📝 `api/src/processing/url.js` (+1 -12) 📝 `api/src/util/tests/bilibili.json` (+1 -1) _...and 21 more files_ </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-21 20:47:06 -05:00
Sign in to join this conversation.