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

Authored by: miseran
pull/3892/head
miseran 2022-05-27 18:29:19 +02:00 zatwierdzone przez GitHub
rodzic 0bf9dc1e35
commit 520876fa09
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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