mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor/generic] Add test for wistia standard embed
This commit is contained in:
		| @@ -4,6 +4,7 @@ from .common import InfoExtractor | ||||
| from ..utils import ( | ||||
|     ExtractorError, | ||||
|     int_or_none, | ||||
|     float_or_none, | ||||
| ) | ||||
|  | ||||
|  | ||||
| @@ -92,6 +93,6 @@ class WistiaIE(InfoExtractor): | ||||
|             'description': data.get('seoDescription'), | ||||
|             'formats': formats, | ||||
|             'thumbnails': thumbnails, | ||||
|             'duration': int_or_none(data.get('duration')), | ||||
|             'duration': float_or_none(data.get('duration')), | ||||
|             'timestamp': int_or_none(data.get('createdAt')), | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․