api: add support for newgrounds

closes #620, replaces #1368
Co-authored-by: hyperdefined <contact@hyper.lol>
This commit is contained in:
wukko
2025-07-10 00:49:33 +06:00
parent 172fb4c561
commit 61de303dc4
7 changed files with 164 additions and 0 deletions

View File

@@ -74,6 +74,12 @@ export const services = {
"url_shortener/:shortLink"
],
},
newgrounds: {
patterns: [
"portal/view/:id",
"audio/listen/:audioId",
]
},
reddit: {
patterns: [
"comments/:id",