Skip to content
Snippets Groups Projects
Unverified Commit 520876fa authored by miseran's avatar miseran Committed by GitHub
Browse files

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

Authored by: miseran
parent 0bf9dc1e
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ def _extract_live(self, channel_name):
'id': channel_name,
'title': channel_name,
'is_live': True,
'format': formats,
'formats': formats,
'subtitles': subtitles
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment