mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 03:04:45 +01:00
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…
Add table
Reference in a new issue