This commit is contained in:
2026-02-09 17:34:40 -08:00
parent c86aae1ff6
commit 567472bca0
2 changed files with 81 additions and 11 deletions

View File

@@ -1954,7 +1954,7 @@ class Download_File(Cmdlet):
height_selector = None
if query_wants_audio:
# Explicit audio request should map to best-audio-only selector
ytdl_format = "ba"
ytdl_format = "bestaudio"
elif height_selector:
ytdl_format = height_selector
elif query_format: