aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/telebruxelles.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/telebruxelles.py')
-rw-r--r--yt_dlp/extractor/telebruxelles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/telebruxelles.py b/yt_dlp/extractor/telebruxelles.py
index a0353fe3a..9e8c89bd6 100644
--- a/yt_dlp/extractor/telebruxelles.py
+++ b/yt_dlp/extractor/telebruxelles.py
@@ -69,7 +69,7 @@ class TeleBruxellesIE(InfoExtractor):
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,