mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
Fixed "custom:" download format
This commit is contained in:
parent
d051814259
commit
9e82aa1976
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def get_format(format: str, quality: str) -> str:
|
|||
video_fmt = ""
|
||||
final_fmt = ""
|
||||
|
||||
if format.startswith("custom: "):
|
||||
if format.startswith("custom:"):
|
||||
final_fmt = format[7:]
|
||||
elif format == "any":
|
||||
final_fmt = "bv*+ba/b"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue