]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/telebruxelles.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / telebruxelles.py
index a0353fe3ae30ab089d846f8360e89d21602c1446..9e8c89bd6326b9f4fca4b51ac193db108e8a5dd8 100644 (file)
@@ -69,7 +69,7 @@ def _real_extract(self, url):
         return {
             'id': article_id or display_id,
             'display_id': display_id,
-            'title': self._live_title(title) if is_live else title,
+            'title': title,
             'description': description,
             'formats': formats,
             'is_live': is_live,