mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #1368] [CLOSED] feat: newgrounds video & audio support #1389
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/1368
Author: @hyperdefined
Created: 6/26/2025
Status: ❌ Closed
Base:
main← Head:newgrounds-support📝 Commits (4)
45a9611feat: newgrounds video & audio support7f7a5b6newgrounds: return proper error codes81319cbapi/test: migrate newgrounds tests295ca06newgrounds: remove unused utils function📊 Changes
7 files changed (+221 additions, -1 deletions)
View changed files
📝
api/README.md(+1 -0)📝
api/src/processing/match-action.js(+1 -0)📝
api/src/processing/match.js(+12 -0)📝
api/src/processing/service-config.js(+3 -0)📝
api/src/processing/service-patterns.js(+6 -1)➕
api/src/processing/services/newgrounds.js(+156 -0)➕
api/src/util/tests/newgrounds.json(+42 -0)📄 Description
copy of #682, but on my personal account because github doesn't allow collabs on organization PRs
a cleaner version of my previous pull request, no ugly history this time.
adds support for newgrounds video & music.
example links:
videos are returned as the highest quality available. support for picking the resolution could be added easily, since newgrounds stores multiple resolutions.this pull request would close #620 (except for art, but I don't see a reason for it being added here).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.