mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -84,7 +84,7 @@ class DLiveStreamIE(InfoExtractor): | ||||
|         self._sort_formats(formats) | ||||
|         return { | ||||
|             'id': display_name, | ||||
|             'title': self._live_title(title), | ||||
|             'title': title, | ||||
|             'uploader': display_name, | ||||
|             'uploader_id': username, | ||||
|             'formats': formats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan