mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00:00
api/youtube: make mp3 the best format for hls audio
This commit is contained in:
@@ -370,7 +370,7 @@ export default async function(o) {
|
||||
let urls = audio.url;
|
||||
|
||||
if (o.youtubeHLS) {
|
||||
bestAudio = "m4a";
|
||||
bestAudio = "mp3";
|
||||
urls = audio.uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user