projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b77f95
)
Add one more format to unified_strdate
author
Sergey M.
<dstftw@gmail.com>
Sun, 23 Feb 2014 12:00:51 +0000
(19:00 +0700)
committer
Sergey M.
<dstftw@gmail.com>
Sun, 23 Feb 2014 12:00:51 +0000
(19:00 +0700)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 471516b8f6764d26c01818246b95e2e8b20c93fb..25e40a837bc9f5e6e124f1d89b013ce6a1299b97 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-779,6
+779,7
@@
def unified_strdate(date_str):
'%Y-%m-%dT%H:%M:%S.%fZ',
'%Y-%m-%dT%H:%M:%S.%f0Z',
'%Y-%m-%dT%H:%M:%S',
+ '%Y-%m-%dT%H:%M:%S.%f',
'%Y-%m-%dT%H:%M',
]
for expression in format_expressions: