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
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

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