[PR #179] [MERGED] feat: streamable.com support #5468

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/179
Author: @Blobadoodle
Created: 8/19/2023
Status: Merged
Merged: 8/20/2023
Merged by: @wukko

Base: currentHead: streamable-support


📝 Commits (4)

📊 Changes

6 files changed (+82 additions, -2 deletions)

View changed files

📝 src/modules/processing/match.js (+8 -0)
📝 src/modules/processing/matchActionDecider.js (+1 -0)
src/modules/processing/services/streamable.js (+19 -0)
📝 src/modules/processing/servicesConfig.json (+6 -1)
📝 src/modules/processing/servicesPatternTesters.js (+3 -1)
📝 src/test/tests.json (+45 -0)

📄 Description

Working:

  • Video downloads
  • Audio only downloads
  • Respects quality picker (streamable only hosts 720p and 360p though)
    Not working:
  • Muted audio downloads (video plays for first few seconds then just dies)

🔄 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/179 **Author:** [@Blobadoodle](https://github.com/Blobadoodle) **Created:** 8/19/2023 **Status:** ✅ Merged **Merged:** 8/20/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `streamable-support` --- ### 📝 Commits (4) - [`cd1d699`](https://github.com/imputnet/cobalt/commit/cd1d699886d5cff3c8a23ba220c0e2fd2d0ce290) feat: streamable support - [`df89486`](https://github.com/imputnet/cobalt/commit/df894864ce9ca8f07940c2e4cabf79903790b243) useless comments - [`9af60e1`](https://github.com/imputnet/cobalt/commit/9af60e1e6ba4095b56532be6b51e5143773e9b2f) === - [`890b7c8`](https://github.com/imputnet/cobalt/commit/890b7c8924945fff26f5d7953450a5eebc1f941f) streamable: clean up + more patterns ### 📊 Changes **6 files changed** (+82 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+8 -0) 📝 `src/modules/processing/matchActionDecider.js` (+1 -0) ➕ `src/modules/processing/services/streamable.js` (+19 -0) 📝 `src/modules/processing/servicesConfig.json` (+6 -1) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -1) 📝 `src/test/tests.json` (+45 -0) </details> ### 📄 Description Working: - Video downloads - Audio only downloads - Respects quality picker (streamable only hosts 720p and 360p though) Not working: - Muted audio downloads (video plays for first few seconds then just dies) --- <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:48:57 -05:00
Sign in to join this conversation.