fix format container name, resolves #22

This commit is contained in:
meeb 2020-12-20 13:01:14 +11:00
parent 7cf86bb98d
commit 001554db1a
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ def download_media(media_id):
media.downloaded_audio_codec = cformat['acodec']
if cformat['vcodec']:
# Combined
media.downloaded_format = vformat['format']
media.downloaded_format = cformat['format']
media.downloaded_height = cformat['height']
media.downloaded_width = cformat['width']
media.downloaded_video_codec = cformat['vcodec']