mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[utils] Recognize more formats in unified_timestamp
Used in CtsNews
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | version <unreleased> | ||||||
|  |  | ||||||
|  | Core | ||||||
|  | + Recognize more formats in unified_timestamp | ||||||
|  |  | ||||||
|  |  | ||||||
| version 2016.08.10 | version 2016.08.10 | ||||||
|  |  | ||||||
| Core | Core | ||||||
|   | |||||||
| @@ -122,6 +122,7 @@ DATE_FORMATS = ( | |||||||
|     '%Y %m %d', |     '%Y %m %d', | ||||||
|     '%Y-%m-%d', |     '%Y-%m-%d', | ||||||
|     '%Y/%m/%d', |     '%Y/%m/%d', | ||||||
|  |     '%Y/%m/%d %H:%M', | ||||||
|     '%Y/%m/%d %H:%M:%S', |     '%Y/%m/%d %H:%M:%S', | ||||||
|     '%Y-%m-%d %H:%M:%S', |     '%Y-%m-%d %H:%M:%S', | ||||||
|     '%Y-%m-%d %H:%M:%S.%f', |     '%Y-%m-%d %H:%M:%S.%f', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan