mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #682] [CLOSED] feat: newgrounds video & audio support #1238
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/682
Author: @hyperdefined
Created: 8/8/2024
Status: ❌ Closed
Base:
main← Head:newgrounds-support📝 Commits (4)
f582d1bfeat: newgrounds video & audio support219b5f7newgrounds: return proper error codes7b77691api/test: migrate newgrounds tests2ffa889newgrounds: 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
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.