]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/filmon.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / filmon.py
index f775fe0baebe47eebfd1f9bcd0eea7c76623abd9..7b43ecc0f975607e80b13d7aaa3ffd7ec76e1af4 100644 (file)
@@ -170,7 +170,7 @@ def _real_extract(self, url):
         return {
             'id': channel_id,
             'display_id': channel_data.get('alias'),
-            'title': self._live_title(title) if is_live else title,
+            'title': title,
             'description': channel_data.get('description'),
             'thumbnails': thumbnails,
             'formats': formats,