mirror of
https://github.com/l1ving/youtube-dl
synced 2024-11-20 19:22:53 +08:00
[utils] Add another date format seen in NextTV
This commit is contained in:
parent
6d119c2a6b
commit
0c1c6f4b9f
@ -143,6 +143,7 @@ DATE_FORMATS = (
|
||||
'%Y/%m/%d',
|
||||
'%Y/%m/%d %H:%M',
|
||||
'%Y/%m/%d %H:%M:%S',
|
||||
'%Y-%m-%d %H:%M',
|
||||
'%Y-%m-%d %H:%M:%S',
|
||||
'%Y-%m-%d %H:%M:%S.%f',
|
||||
'%d.%m.%Y %H:%M',
|
||||
|
Loading…
Reference in New Issue
Block a user