mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Return format_note
also
This commit is contained in:
parent
c1aa9b9d68
commit
3d148fc5aa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user