mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-22 17:19:23 +01:00
api/match/youtube: use 1080 dummy quality for audio-only downloads
This commit is contained in:
parent
cf17f53405
commit
b93099620f
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export default async function({ host, patternMatch, params }) {
|
|||
}
|
||||
|
||||
if (url.hostname === "music.youtube.com" || isAudioOnly) {
|
||||
fetchInfo.quality = "max";
|
||||
fetchInfo.quality = "1080";
|
||||
fetchInfo.format = "vp9";
|
||||
fetchInfo.isAudioOnly = true;
|
||||
fetchInfo.isAudioMuted = false;
|
||||
|
|
Loading…
Reference in a new issue