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:
		| @@ -106,7 +106,7 @@ class TV2IE(InfoExtractor): | ||||
|         return { | ||||
|             'id': video_id, | ||||
|             'url': video_url, | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'description': strip_or_none(asset.get('description')), | ||||
|             'thumbnails': thumbnails, | ||||
|             'timestamp': parse_iso8601(asset.get('live_broadcast_time') or asset.get('update_time')), | ||||
| @@ -271,7 +271,7 @@ class KatsomoIE(InfoExtractor): | ||||
|         return { | ||||
|             'id': video_id, | ||||
|             'url': video_url, | ||||
|             'title': self._live_title(title) if is_live else title, | ||||
|             'title': title, | ||||
|             'description': strip_or_none(asset.get('description')), | ||||
|             'thumbnails': thumbnails, | ||||
|             'timestamp': parse_iso8601(asset.get('createTime')), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan