mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -55,7 +55,7 @@ class SkyItPlayerIE(InfoExtractor): | ||||
|  | ||||
|         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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan