]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/skyit.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / skyit.py
index 14a4d8d4c7ab3896e8417ee939850df49d793885..496bb42a291970a761f2be8e45605a323328415d 100644 (file)
@@ -55,7 +55,7 @@ def _parse_video(self, video, video_id):
 
         return {
             'id': video_id,
-            'title': self._live_title(title) if is_live else title,
+            'title': title,
             'formats': formats,
             'thumbnail': dict_get(video, ('video_still', 'video_still_medium', 'thumb')),
             'description': video.get('short_desc') or None,