projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5567e4
)
[utils] Remove duplicated line
author
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Dec 2013 15:12:14 +0000
(16:12 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Tue, 17 Dec 2013 15:12:20 +0000
(16:12 +0100)
This line was added by accident in
42393ce234c651aaae244e1546e1803101765acc
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index 4c7ad89c0b39602bf50de3b5ea2a6289c2215cfe..cc391bddd7a4bc39ad475795f133271b39fc3ea2 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-761,7
+761,6
@@
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',
]
for expression in format_expressions:
try: