[PR #673] [CLOSED] add apple music and spotify 'support' (actually a redirect) #1235

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/673
Author: @flavjyk4
Created: 8/7/2024
Status: Closed

Base: mainHead: applemusic-and-spotify


📝 Commits (5)

  • d6d0832 add apple music and spotify support
  • 59276fe stop deepsource from complaining
  • 8117a12 tests: add spotify and apple music tests
  • 2f3efa9 apple music: add embed link support
  • 8e64735 made code better

📊 Changes

5 files changed (+41 additions, -0 deletions)

View changed files

📝 src/modules/processing/match.js (+6 -0)
📝 src/modules/processing/matchActionDecider.js (+2 -0)
📝 src/modules/processing/servicesConfig.json (+12 -0)
📝 src/modules/processing/servicesPatternTesters.js (+3 -0)
📝 src/util/tests.json (+18 -0)

📄 Description

apple music and spotify redirects to this image (http.cat/451):


🔄 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/673 **Author:** [@flavjyk4](https://github.com/flavjyk4) **Created:** 8/7/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `applemusic-and-spotify` --- ### 📝 Commits (5) - [`d6d0832`](https://github.com/imputnet/cobalt/commit/d6d0832e196800e3bd445fec76b2ecfc02a0bf3a) add apple music and spotify support - [`59276fe`](https://github.com/imputnet/cobalt/commit/59276fed5de3f583a812f439c207aa5084d279fa) stop deepsource from complaining - [`8117a12`](https://github.com/imputnet/cobalt/commit/8117a1210cb6cd0e7684e15f339d059418205325) tests: add spotify and apple music tests - [`2f3efa9`](https://github.com/imputnet/cobalt/commit/2f3efa96a4ea87b6318e7f1ff0b9ea24c008a471) apple music: add embed link support - [`8e64735`](https://github.com/imputnet/cobalt/commit/8e64735932959f0035719b4fafcc6e31aa0eb642) made code better ### 📊 Changes **5 files changed** (+41 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+6 -0) 📝 `src/modules/processing/matchActionDecider.js` (+2 -0) 📝 `src/modules/processing/servicesConfig.json` (+12 -0) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -0) 📝 `src/util/tests.json` (+18 -0) </details> ### 📄 Description apple music and spotify redirects to this image (http.cat/451): ![](https://http.cat/451) --- <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:08:44 -06:00
Sign in to join this conversation.