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:
		| @@ -89,7 +89,7 @@ class NFLBaseIE(InfoExtractor): | ||||
|                     'ext': determine_ext(image_url, 'jpg'), | ||||
|                 }] | ||||
|             info.update({ | ||||
|                 'title': self._live_title(title) if is_live else title, | ||||
|                 'title': title, | ||||
|                 'is_live': is_live, | ||||
|                 'description': clean_html(item.get('description')), | ||||
|                 'thumbnails': thumbnails, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan