projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9134635
)
Add one more format to unified_strdate
author
Sergey M.
<dstftw@gmail.com>
Thu, 27 Feb 2014 10:44:05 +0000
(17:44 +0700)
committer
Sergey M.
<dstftw@gmail.com>
Thu, 27 Feb 2014 10:44:05 +0000
(17:44 +0700)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 0c482631a2979f9081730495675b444b9e99048d..02b8f7c45b6519f86430051ba627ae0eb127a635 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-772,6
+772,7
@@
def unified_strdate(date_str):
'%B %d %Y',
'%b %d %Y',
'%Y-%m-%d',
+ '%d.%m.%Y',
'%d/%m/%Y',
'%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S',