mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #326] [CLOSED] feat: bandcamp support #1101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/326
Author: @steveberdy
Created: 1/18/2024
Status: ❌ Closed
Base:
current← Head:feat/bandcamp📝 Commits (1)
7609800support for bandcamp📊 Changes
7 files changed (+59 additions, -3 deletions)
View changed files
📝
README.md(+1 -0)📝
package.json(+1 -0)📝
src/modules/processing/match.js(+7 -0)➕
src/modules/processing/services/bandcamp.js(+29 -0)📝
src/modules/processing/servicesConfig.json(+6 -0)📝
src/modules/processing/servicesPatternTesters.js(+6 -3)📝
src/test/tests.json(+9 -0)📄 Description
Added support for Bandcamp. Tests pass.
This works on the tracks from any artist subdomain. Here is an example track link that works (this track is from an album that is already free to download):
https://home96.bandcamp.com/track/5
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.