This commit is contained in:
meeb 2020-12-13 22:12:43 +11:00
parent d100c7b888
commit 96509f3dce
1 changed files with 1 additions and 1 deletions

View File

@ -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 {