mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[jwplatform] Improve duration extraction
This commit is contained in:
		| @@ -126,7 +126,7 @@ class JWPlatformBaseIE(InfoExtractor): | ||||
|                 'description': video_data.get('description'), | ||||
|                 'thumbnail': self._proto_relative_url(video_data.get('image')), | ||||
|                 'timestamp': int_or_none(video_data.get('pubdate')), | ||||
|                 'duration': float_or_none(jwplayer_data.get('duration')), | ||||
|                 'duration': float_or_none(jwplayer_data.get('duration') or video_data.get('duration')), | ||||
|                 'subtitles': subtitles, | ||||
|                 'formats': formats, | ||||
|             }) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․