[PR #964] [MERGED] api/vk: use proper api, add support for more links & access keys, refactor #1292

Closed
opened 2025-11-09 10:09:59 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/964
Author: @wukko
Created: 11/28/2024
Status: Merged
Merged: 11/28/2024
Merged by: @github-actions[bot]

Base: developHead: vk-new-api


📝 Commits (6)

  • eee9bee api/create-filename: don't require author for pretty title
  • 50344ed api/match-action: proper error code for unsupported audio extraction
  • 5ffc0c6 web/i18n/error: add string for api.service.audio_not_supported
  • f696335 api/vk: use proper api, add support for more links, refactor
  • 4700682 api/vk: refactor quality picking
  • 15a0ba3 api/tests/vk: add new domain test

📊 Changes

9 files changed (+144 additions, -39 deletions)

View changed files

📝 api/src/processing/create-filename.js (+5 -1)
📝 api/src/processing/match-action.js (+1 -1)
📝 api/src/processing/match.js (+2 -1)
📝 api/src/processing/service-config.js (+8 -3)
📝 api/src/processing/service-patterns.js (+2 -1)
📝 api/src/processing/services/vk.js (+109 -31)
📝 api/src/stream/shared.js (+4 -0)
📝 api/src/util/tests/vk.json (+12 -1)
📝 web/i18n/en/error.json (+1 -0)

📄 Description

closes #956


🔄 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/964 **Author:** [@wukko](https://github.com/wukko) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 11/28/2024 **Merged by:** [@github-actions[bot]](https://github.com/apps/github-actions) **Base:** `develop` ← **Head:** `vk-new-api` --- ### 📝 Commits (6) - [`eee9bee`](https://github.com/imputnet/cobalt/commit/eee9beef91fcec29c6f697bd4fb192cdf2e21c70) api/create-filename: don't require author for pretty title - [`50344ed`](https://github.com/imputnet/cobalt/commit/50344eda17a435e4c0abab16a661eab84414d867) api/match-action: proper error code for unsupported audio extraction - [`5ffc0c6`](https://github.com/imputnet/cobalt/commit/5ffc0c61614a176229a971d77c0ed27ab50c17ec) web/i18n/error: add string for api.service.audio_not_supported - [`f696335`](https://github.com/imputnet/cobalt/commit/f696335278c0828b55ec9e1b9403b3021199cfb2) api/vk: use proper api, add support for more links, refactor - [`4700682`](https://github.com/imputnet/cobalt/commit/4700682ccb8fdae753bfe96db6014118c09c89e5) api/vk: refactor quality picking - [`15a0ba3`](https://github.com/imputnet/cobalt/commit/15a0ba30c702dbe92bb8b02ced0f41c3dbccd7db) api/tests/vk: add new domain test ### 📊 Changes **9 files changed** (+144 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/create-filename.js` (+5 -1) 📝 `api/src/processing/match-action.js` (+1 -1) 📝 `api/src/processing/match.js` (+2 -1) 📝 `api/src/processing/service-config.js` (+8 -3) 📝 `api/src/processing/service-patterns.js` (+2 -1) 📝 `api/src/processing/services/vk.js` (+109 -31) 📝 `api/src/stream/shared.js` (+4 -0) 📝 `api/src/util/tests/vk.json` (+12 -1) 📝 `web/i18n/en/error.json` (+1 -0) </details> ### 📄 Description closes #956 --- <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 2025-11-09 10:09:59 -06:00
Sign in to join this conversation.