[PR #1410] [MERGED] api/bilibili: add support for video parts/episodes #10289

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1410
Author: @wukko
Created: 8/11/2025
Status: Merged
Merged: 8/11/2025
Merged by: @wukko

Base: developHead: bilibili-parts


📝 Commits (2)

  • 64a7b1d api/bilibili: add support for video parts/episodes
  • 7a6977e api/processing/service-patterns: refactor

📊 Changes

5 files changed (+74 additions, -47 deletions)

View changed files

📝 api/src/processing/service-config.js (+1 -0)
📝 api/src/processing/service-patterns.js (+46 -41)
📝 api/src/processing/services/bilibili.js (+17 -6)
📝 api/src/processing/url.js (+1 -0)
📝 api/src/util/tests/bilibili.json (+9 -0)

📄 Description

different videos share the same id, kind of weird

closes #1170
closes #1261


🔄 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/1410 **Author:** [@wukko](https://github.com/wukko) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/11/2025 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `develop` ← **Head:** `bilibili-parts` --- ### 📝 Commits (2) - [`64a7b1d`](https://github.com/imputnet/cobalt/commit/64a7b1dd6235a8f58f5aa51983dfaa0bf73de070) api/bilibili: add support for video parts/episodes - [`7a6977e`](https://github.com/imputnet/cobalt/commit/7a6977ec3551c244d23f6c657ce38d6e3719c433) api/processing/service-patterns: refactor ### 📊 Changes **5 files changed** (+74 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/service-config.js` (+1 -0) 📝 `api/src/processing/service-patterns.js` (+46 -41) 📝 `api/src/processing/services/bilibili.js` (+17 -6) 📝 `api/src/processing/url.js` (+1 -0) 📝 `api/src/util/tests/bilibili.json` (+9 -0) </details> ### 📄 Description different videos share the same id, kind of weird closes #1170 closes #1261 --- <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:17:02 -05:00
Sign in to join this conversation.