mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor/common] clean jwplayer description HTML tags
This commit is contained in:
		| @@ -2689,7 +2689,7 @@ class InfoExtractor(object): | ||||
|             entry = { | ||||
|                 'id': this_video_id, | ||||
|                 'title': unescapeHTML(video_data['title'] if require_title else video_data.get('title')), | ||||
|                 'description': video_data.get('description'), | ||||
|                 'description': clean_html(video_data.get('description')), | ||||
|                 'thumbnail': urljoin(base_url, self._proto_relative_url(video_data.get('image'))), | ||||
|                 'timestamp': int_or_none(video_data.get('pubdate')), | ||||
|                 'duration': float_or_none(jwplayer_data.get('duration') or video_data.get('duration')), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine