merge: changes from main

This commit is contained in:
wukko
2025-03-27 20:01:46 +06:00
18 changed files with 186 additions and 181 deletions

View File

@@ -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;