mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[utils] Recognize more formats in unified_timestamp
Used in CtsNews
This commit is contained in:
parent
b1ce2ba197
commit
81c13222c6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
version <unreleased>
|
||||
|
||||
Core
|
||||
+ Recognize more formats in unified_timestamp
|
||||
|
||||
|
||||
version 2016.08.10
|
||||
|
||||
Core
|
||||
|
|
|
@ -122,6 +122,7 @@ def register_socks_protocols():
|
|||
'%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.%f',
|
||||
|
|
Loading…
Reference in a new issue