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:
		| @@ -158,7 +158,7 @@ class ArcPublishingIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             'id': uuid, | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'thumbnail': try_get(video, lambda x: x['promo_image']['url']), | ||||
|             'description': try_get(video, lambda x: x['subheadlines']['basic']), | ||||
|             'formats': formats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan