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