projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ca5d9
)
Add format to unified_strdate
author
Sergey M․
<dstftw@gmail.com>
Tue, 11 Mar 2014 21:18:43 +0000
(
04:18
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 11 Mar 2014 21:18:43 +0000
(
04:18
+0700)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 3943cc9c578fc7acd9dfd21cea7e2ad25d4b1410..3cf29e63a36a9210fefbd2c64e46839fb9434017 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-778,6
+778,7
@@
def unified_strdate(date_str):
'%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%d.%m.%Y %H:%M',
+ '%d.%m.%Y %H.%M',
'%Y-%m-%dT%H:%M:%SZ',
'%Y-%m-%dT%H:%M:%S.%fZ',
'%Y-%m-%dT%H:%M:%S.%f0Z',