mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 18:27:14 +08:00
[televizeseznam] store resoluitons to a format_id
Co-Authored-By: Ales Jirasek <6615474+schunka@users.noreply.github.com>
This commit is contained in:
parent
e021db8db6
commit
e87b23373b
@ -54,6 +54,7 @@ class TelevizeSeznamIE(InfoExtractor):
|
|||||||
formats = []
|
formats = []
|
||||||
for r, v in play_list.items():
|
for r, v in play_list.items():
|
||||||
formats.append({
|
formats.append({
|
||||||
|
'format_id': r,
|
||||||
'url': urljoin(spl_url, v['url']),
|
'url': urljoin(spl_url, v['url']),
|
||||||
'width': v['resolution'][0],
|
'width': v['resolution'][0],
|
||||||
'height': v['resolution'][1],
|
'height': v['resolution'][1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user