Return format_note also

This commit is contained in:
tcely 2025-01-24 08:22:46 -05:00 committed by GitHub
parent c1aa9b9d68
commit 3d148fc5aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,6 +304,7 @@ def parse_media_format(format_dict):
return {
'id': format_dict.get('format_id', ''),
'format': format_str,
'format_note': format_dict.get('format_note', ''),
'format_verbose': format_dict.get('format', ''),
'height': height,
'width': width,