k
This commit is contained in:
@@ -1552,18 +1552,6 @@ class Download_File(Cmdlet):
|
||||
|
||||
# If no format explicitly chosen, we might want to check available formats
|
||||
# and maybe show a table if multiple are available?
|
||||
if (
|
||||
actual_format
|
||||
and isinstance(actual_format, str)
|
||||
and mode == "audio"
|
||||
and "/" not in actual_format
|
||||
and "+" not in actual_format
|
||||
and not forced_single_applied
|
||||
and actual_format not in {"best", "bestaudio", "bw", "ba"}
|
||||
):
|
||||
debug(f"Appending fallback to specific audio format: {actual_format} -> {actual_format}/bestaudio")
|
||||
actual_format = f"{actual_format}/bestaudio"
|
||||
|
||||
if (
|
||||
actual_format
|
||||
and isinstance(actual_format, str)
|
||||
|
||||
Reference in New Issue
Block a user