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:
		| @@ -116,7 +116,7 @@ class LineLiveBaseIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             'id': broadcast_id, | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'thumbnails': thumbnails, | ||||
|             'timestamp': int_or_none(item.get('createdAt')), | ||||
|             'channel': channel.get('name'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan