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:
		| @@ -903,7 +903,7 @@ class TwitchStreamIE(TwitchBaseIE): | ||||
|         return { | ||||
|             'id': stream_id, | ||||
|             'display_id': channel_name, | ||||
|             'title': self._live_title(title), | ||||
|             'title': title, | ||||
|             'description': description, | ||||
|             'thumbnail': thumbnail, | ||||
|             'uploader': uploader, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan