servicesConfig: set up subdomains

This commit is contained in:
dumbmoron 2023-12-14 22:48:38 +00:00
parent c458423e03
commit 3056624b3d
No known key found for this signature in database
GPG key ID: C59997C76C6A8E5F

View file

@ -24,22 +24,26 @@
"youtube": {
"alias": "youtube videos, shorts & music",
"patterns": ["watch?v=:id", "embed/:id", "watch/:id"],
"subdomains": ["music"],
"bestAudio": "opus",
"enabled": true
},
"tumblr": {
"patterns": ["post/:id", "blog/view/:user/:id", ":user/:id", ":user/:id/:trackingId"],
"subdomains": "*",
"enabled": true
},
"tiktok": {
"alias": "tiktok videos, photos & audio",
"patterns": [":user/video/:postId", ":id", "t/:id"],
"subdomains": ["vt", "vm"],
"audioFormats": ["best", "m4a", "mp3"],
"enabled": true
},
"douyin": {
"alias": "douyin videos & audio",
"patterns": ["video/:postId", ":id"],
"subdomains": ["v"],
"enabled": false
},
"vimeo": {
@ -49,6 +53,7 @@
},
"soundcloud": {
"patterns": [":author/:song/s-:accessKey", ":author/:song", ":shortLink"],
"subdomains": ["on"],
"bestAudio": "opus",
"enabled": true
},