processing: remove leftover douyin mentions

This commit is contained in:
dumbmoron 2024-05-15 17:13:00 +00:00
parent 9c3d96de0d
commit 44292ea622
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -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;

View file

@ -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,