mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor] Standardize _live_title
				
					
				
			This commit is contained in:
		| @@ -170,7 +170,7 @@ class FilmOnChannelIE(InfoExtractor): | ||||
|         return { | ||||
|             'id': channel_id, | ||||
|             'display_id': channel_data.get('alias'), | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'description': channel_data.get('description'), | ||||
|             'thumbnails': thumbnails, | ||||
|             'formats': formats, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan