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:
		| @@ -210,7 +210,7 @@ class VLiveIE(VLiveBaseIE): | ||||
|                 self._sort_formats(formats) | ||||
|                 info = get_common_fields() | ||||
|                 info.update({ | ||||
|                     'title': self._live_title(video['title']), | ||||
|                     'title': video['title'], | ||||
|                     'id': video_id, | ||||
|                     'formats': formats, | ||||
|                     'is_live': True, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan