mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[tunein] Use live title for live streams (closes #16347)
This commit is contained in:
		| @@ -62,7 +62,7 @@ class TuneInBaseIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             'id': content_id, | ||||
|             'title': title, | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'formats': formats, | ||||
|             'thumbnail': thumbnail, | ||||
|             'location': location, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․