Fixed "custom:" download format
This commit is contained in:
parent
d051814259
commit
9e82aa1976
|
|
@ -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…
Reference in New Issue