mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:17:07 -05:00 
			
		
		
		
	[YoutubeDL] Fix output template for missing timestamp (closes #12796)
This commit is contained in:
		@@ -640,7 +640,7 @@ class YoutubeDL(object):
 | 
			
		||||
 | 
			
		||||
            NUMERIC_FIELDS = set((
 | 
			
		||||
                'width', 'height', 'tbr', 'abr', 'asr', 'vbr', 'fps', 'filesize', 'filesize_approx',
 | 
			
		||||
                'upload_year', 'upload_month', 'upload_day',
 | 
			
		||||
                'timestamp', 'upload_year', 'upload_month', 'upload_day',
 | 
			
		||||
                'duration', 'view_count', 'like_count', 'dislike_count', 'repost_count',
 | 
			
		||||
                'average_rating', 'comment_count', 'age_limit',
 | 
			
		||||
                'start_time', 'end_time',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user