Skip to content

Commit

Permalink
fix #487 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Feb 1, 2025
1 parent cd77033 commit 876f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _setup_formats(self) -> list | None:
]
audio = AUDIO_FORMAT or "m4a"
maps = {
"high-audio": [f"bestaudio[ext=={audio}]"],
"high-audio": [f"bestaudio[ext={audio}]"],
"high-video": defaults,
"high-document": defaults,
"medium-audio": [f"bestaudio[ext={audio}]"], # no mediumaudio :-(
Expand Down

0 comments on commit 876f8ac

Please sign in to comment.