mirror of
				https://code.hackerspace.pl/q3k/youtube-dl
				synced 2025-03-16 11:43:02 +00:00 
			
		
		
		
	[smotri] Fix duration field name
This commit is contained in:
		
							parent
							
								
									3e78514568
								
							
						
					
					
						commit
						0cc83dc54b
					
				@ -202,7 +202,7 @@ class SmotriIE(InfoExtractor):
 | 
			
		||||
            'uploader': video_uploader,
 | 
			
		||||
            'upload_date': video_upload_date,
 | 
			
		||||
            'uploader_id': video_uploader_id,
 | 
			
		||||
            'video_duration': video_duration,
 | 
			
		||||
            'duration': video_duration,
 | 
			
		||||
            'view_count': video_view_count,
 | 
			
		||||
            'age_limit': 18 if adult_content else 0,
 | 
			
		||||
            'video_page_url': video_page_url
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user