1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-11 02:35:17 +00:00

[extractor/zattoo] Fix live streams (#3812)

Authored by: miseran
This commit is contained in:
miseran
2022-05-27 18:29:19 +02:00
committed by GitHub
parent 0bf9dc1e35
commit 520876fa09

View File

@@ -220,7 +220,7 @@ class ZattooPlatformBaseIE(InfoExtractor):
'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
} }