typo
This commit is contained in:
parent
d100c7b888
commit
96509f3dce
|
@ -172,7 +172,7 @@ def parse_media_format(format_dict):
|
|||
is_hls = False
|
||||
is_dash = True
|
||||
if height > 0:
|
||||
height = f'{height}P'
|
||||
format_str = f'{height}P'
|
||||
else:
|
||||
format_str = None
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue