diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index 6425f0f7..e33bdab4 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -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 },