]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/yahoo.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / yahoo.py
index 53556de007688733d4b728ac90cd89e777ee634f..313e596f56e6ff432af40ba8f4c0cc72d9e1b566 100644 (file)
@@ -264,7 +264,7 @@ def _extract_yahoo_video(self, video_id, country):
 
         return {
             'id': video_id,
-            'title': self._live_title(title) if is_live else title,
+            'title': title,
             'formats': formats,
             'thumbnails': thumbnails,
             'description': clean_html(video.get('description')),