api/service-config/youtube: add /v/:id link pattern

closes #1327
This commit is contained in:
wukko
2025-06-07 13:12:04 +06:00
parent 5a7708f030
commit d6095db619

View File

@@ -208,7 +208,8 @@ export const services = {
patterns: [ patterns: [
"watch?v=:id", "watch?v=:id",
"embed/:id", "embed/:id",
"watch/:id" "watch/:id",
"v/:id"
], ],
subdomains: ["music", "m"], subdomains: ["music", "m"],
} }