mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[ustream] Fix typo
This commit is contained in:
parent
41db733308
commit
dc5756fd77
@ -69,7 +69,7 @@ def _real_extract(self, url):
|
||||
filesize = float_or_none(video.get('file_size'))
|
||||
|
||||
formats = [{
|
||||
'id': format_id,
|
||||
'id': video_id,
|
||||
'url': video_url,
|
||||
'ext': format_id,
|
||||
'filesize': filesize,
|
||||
|
Loading…
Reference in New Issue
Block a user