mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-07 08:31:17 +00:00
parent
0bf9dc1e35
commit
520876fa09
|
@ -220,7 +220,7 @@ def _extract_live(self, channel_name):
|
||||||
'id': channel_name,
|
'id': channel_name,
|
||||||
'title': channel_name,
|
'title': channel_name,
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
'format': formats,
|
'formats': formats,
|
||||||
'subtitles': subtitles
|
'subtitles': subtitles
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue