]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tvplayer.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / tvplayer.py
index 8f8686a65414a2f8c390832b0a8f88483457413d..5970596b21e5010f9a9825972d348490dac19bb2 100644 (file)
@@ -80,7 +80,7 @@ def _real_extract(self, url):
         return {
             'id': resource_id,
             'display_id': display_id,
-            'title': self._live_title(title),
+            'title': title,
             'formats': formats,
             'is_live': True,
         }