f
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user