mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	Add one more format in unified_strdate
This commit is contained in:
		@@ -762,6 +762,7 @@ def unified_strdate(date_str):
 | 
			
		||||
    date_str = re.sub(r' ?(\+|-)[0-9]{2}:?[0-9]{2}$', '', date_str)
 | 
			
		||||
    format_expressions = [
 | 
			
		||||
        '%d %B %Y',
 | 
			
		||||
        '%d %b %Y',
 | 
			
		||||
        '%B %d %Y',
 | 
			
		||||
        '%b %d %Y',
 | 
			
		||||
        '%Y-%m-%d',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user