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

Authored by: miseran
pull/3892/head
miseran 2 years ago committed by GitHub
parent 0bf9dc1e35
commit 520876fa09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -220,7 +220,7 @@ class ZattooPlatformBaseIE(InfoExtractor):
'id': channel_name,
'title': channel_name,
'is_live': True,
'format': formats,
'formats': formats,
'subtitles': subtitles
}

Loading…
Cancel
Save