]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/zattoo.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / zattoo.py
index 98d15604dfe41624096e302b175aa1a7f7bea9f1..9435920b243524c5a81e0e54cfe91bc3e827fc70 100644 (file)
@@ -187,7 +187,7 @@ def _extract_video(self, channel_name, video_id, record_id=None, is_live=False):
             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: