X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/46383212b336012f14b79839a5b344d35a6c90e4..39ca3b5c7f8b05ce2b23bfda158ddf8d47434794:/yt_dlp/extractor/telebruxelles.py 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 @@ 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,