diff --git a/src/modules/processing/matchActionDecider.js b/src/modules/processing/matchActionDecider.js index cc2698e3..f54bb3f5 100644 --- a/src/modules/processing/matchActionDecider.js +++ b/src/modules/processing/matchActionDecider.js @@ -67,7 +67,6 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di case "twitter": params = { picker: r.picker }; break; - case "douyin": case "tiktok": let pickerType = "render"; if (audioFormat === "mp3" || audioFormat === "best") { @@ -112,7 +111,6 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di break; case "vk": - case "douyin": case "tiktok": params = { type: "bridge" }; break; diff --git a/src/modules/processing/servicesConfig.json b/src/modules/processing/servicesConfig.json index eaea0167..0b98f1d5 100644 --- a/src/modules/processing/servicesConfig.json +++ b/src/modules/processing/servicesConfig.json @@ -59,12 +59,6 @@ "subdomains": ["vt", "vm"], "enabled": true }, - "douyin": { - "alias": "douyin videos & audio", - "patterns": ["video/:postId", ":id"], - "subdomains": ["v"], - "enabled": false - }, "vimeo": { "patterns": [":id", "video/:id", ":id/:password", "/channels/:user/:id"], "enabled": true,