[PR #354] [MERGED] bilibili: fix downloads, add b23.tv and bilibili.tv support #1110

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/354
Author: @dumbmoron
Created: 2/15/2024
Status: Merged
Merged: 3/5/2024
Merged by: @wukko

Base: 7.11Head: bilibili-fixes


📝 Commits (4)

  • d707542 stream: fix bilibili downloads
  • 6e1edda bilibili: add support for b23.tv links
  • 0852ade bilibili: add support for bilibili.tv links
  • b1bc712 servicesConfig: update bilibili alias

📊 Changes

7 files changed (+166 additions, -29 deletions)

View changed files

📝 src/modules/processing/match.js (+1 -3)
📝 src/modules/processing/services/bilibili.js (+92 -14)
📝 src/modules/processing/servicesConfig.json (+5 -2)
📝 src/modules/processing/servicesPatternTesters.js (+3 -2)
📝 src/modules/processing/url.js (+13 -0)
📝 src/modules/stream/types.js (+35 -8)
📝 src/test/tests.json (+17 -0)

📄 Description

resolves #302
resolves #319
resolves #320


🔄 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/354 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `7.11` ← **Head:** `bilibili-fixes` --- ### 📝 Commits (4) - [`d707542`](https://github.com/imputnet/cobalt/commit/d70754238ee6712a7ffd634b7165bc1f26ecc9b3) stream: fix bilibili downloads - [`6e1edda`](https://github.com/imputnet/cobalt/commit/6e1eddad82cc8fe21183e61f29fbf7f8ca3aa782) bilibili: add support for b23.tv links - [`0852ade`](https://github.com/imputnet/cobalt/commit/0852ade1be4c84a188e35f8ee2b962fde35292e7) bilibili: add support for bilibili.tv links - [`b1bc712`](https://github.com/imputnet/cobalt/commit/b1bc7126a49ab7e5d06684cf9627d62c266772ac) servicesConfig: update bilibili alias ### 📊 Changes **7 files changed** (+166 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+1 -3) 📝 `src/modules/processing/services/bilibili.js` (+92 -14) 📝 `src/modules/processing/servicesConfig.json` (+5 -2) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -2) 📝 `src/modules/processing/url.js` (+13 -0) 📝 `src/modules/stream/types.js` (+35 -8) 📝 `src/test/tests.json` (+17 -0) </details> ### 📄 Description resolves #302 resolves #319 resolves #320 --- <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:05:58 -06:00
Sign in to join this conversation.