Browse Source

[utils] Add additional format to unified_strdate

master
Naglis Jonaitis 10 years ago
parent
commit
e9be9a6acd
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/utils.py

1
youtube_dl/utils.py

@ -894,6 +894,7 @@ def unified_strdate(date_str):
'%Y/%m/%d %H:%M:%S',
'%d/%m/%Y %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%d.%m.%Y %H:%M',
'%d.%m.%Y %H.%M',
'%Y-%m-%dT%H:%M:%SZ',

Loading…
Cancel
Save