mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01: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,
|
'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