aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/francetv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/francetv.py')
-rw-r--r--yt_dlp/extractor/francetv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/francetv.py b/yt_dlp/extractor/francetv.py
index bc5ef4df9..877c5c055 100644
--- a/yt_dlp/extractor/francetv.py
+++ b/yt_dlp/extractor/francetv.py
@@ -203,7 +203,7 @@ class FranceTVIE(InfoExtractor):
return {
'id': video_id,
- 'title': self._live_title(title) if is_live else title,
+ 'title': title,
'thumbnail': image,
'duration': duration,
'timestamp': timestamp,