api/youtube: make mp3
the best format for hls audio
This commit is contained in:
parent
53e6085095
commit
14ca47b73d
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ export default async function(o) {
|
|||
let urls = audio.url;
|
||||
|
||||
if (o.youtubeHLS) {
|
||||
bestAudio = "m4a";
|
||||
bestAudio = "mp3";
|
||||
urls = audio.uri;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue