mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -117,7 +117,7 @@ class WDRIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             'id': tracker_data.get('trackerClipId', video_id), | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'alt_title': tracker_data.get('trackerClipSubcategory'), | ||||
|             'formats': formats, | ||||
|             'subtitles': subtitles, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan