mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
forgor
This commit is contained in:
parent
a8b5555a1b
commit
7472b1732a
@ -55,7 +55,7 @@ export default function(r, host, ip, audioFormat, isAudioOnly) {
|
|||||||
audioFormat = "m4a"
|
audioFormat = "m4a"
|
||||||
copy = true
|
copy = true
|
||||||
}
|
}
|
||||||
if ((host == "tiktok" || host == "douyin") && r.isAudio) {
|
if ((host == "tiktok" || host == "douyin") && r.isAudio && audioFormat == "best") {
|
||||||
if (r.isMp3) {
|
if (r.isMp3) {
|
||||||
audioFormat = "mp3"
|
audioFormat = "mp3"
|
||||||
type = "bridge"
|
type = "bridge"
|
||||||
|
Loading…
Reference in New Issue
Block a user