mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
parent
0bf9dc1e35
commit
520876fa09
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ def _extract_live(self, channel_name):
|
|||
'id': channel_name,
|
||||
'title': channel_name,
|
||||
'is_live': True,
|
||||
'format': formats,
|
||||
'formats': formats,
|
||||
'subtitles': subtitles
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue