aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zattoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/zattoo.py')
-rw-r--r--yt_dlp/extractor/zattoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/zattoo.py b/yt_dlp/extractor/zattoo.py
index 98d15604d..9435920b2 100644
--- a/yt_dlp/extractor/zattoo.py
+++ b/yt_dlp/extractor/zattoo.py
@@ -187,7 +187,7 @@ class ZattooPlatformBaseIE(InfoExtractor):
cid = self._extract_cid(video_id, channel_name)
info_dict = {
'id': channel_name,
- 'title': self._live_title(channel_name),
+ 'title': channel_name,
'is_live': True,
}
else: