[PR #205] [MERGED] fix soundcloud downloads when requested format is best #5482

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/205
Author: @dumbmoron
Created: 9/16/2023
Status: Merged
Merged: 9/17/2023
Merged by: @wukko

Base: currentHead: fix-soundcloud-best


📝 Commits (1)

  • 0bb84f0 fix soundcloud downloads when requested format is best

📊 Changes

2 files changed (+7 additions, -2 deletions)

View changed files

📝 src/modules/processing/matchActionDecider.js (+6 -1)
📝 src/modules/processing/servicesConfig.json (+1 -1)

📄 Description

cobalt currently serves a m3u file for soundcloud downloads with audioQuality set to best which is obviously not intended
this fixes it kthx


🔄 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/205 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 9/16/2023 **Status:** ✅ Merged **Merged:** 9/17/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `fix-soundcloud-best` --- ### 📝 Commits (1) - [`0bb84f0`](https://github.com/imputnet/cobalt/commit/0bb84f0e98d96ae64b3538eb275fb16f66bbdc4a) fix soundcloud downloads when requested format is `best` ### 📊 Changes **2 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/matchActionDecider.js` (+6 -1) 📝 `src/modules/processing/servicesConfig.json` (+1 -1) </details> ### 📄 Description cobalt currently serves a m3u file for soundcloud downloads with `audioQuality` set to best which is obviously not intended this fixes it kthx --- <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:49:24 -05:00
Sign in to join this conversation.