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:
		| @@ -58,7 +58,7 @@ class YouNowLiveIE(InfoExtractor): | ||||
|         return { | ||||
|             'id': uploader, | ||||
|             'is_live': True, | ||||
|             'title': self._live_title(uploader), | ||||
|             'title': uploader, | ||||
|             'thumbnail': data.get('awsUrl'), | ||||
|             'tags': data.get('tags'), | ||||
|             'categories': data.get('tags'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan