summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-17 16:12:14 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-17 16:12:20 +0100
commite029b8bd43a30211e1ed71ee8a123c9b081d4c22 (patch)
tree05d334d705dde2bfa9a4e76057fcada6e073298b
parentf5567e401cf012de85bc1471efca80fa947ba4c0 (diff)
downloadyoutube-dl-e029b8bd43a30211e1ed71ee8a123c9b081d4c22.tar.gz
youtube-dl-e029b8bd43a30211e1ed71ee8a123c9b081d4c22.tar.xz
youtube-dl-e029b8bd43a30211e1ed71ee8a123c9b081d4c22.zip
[utils] Remove duplicated line
This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc
-rw-r--r--youtube_dl/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index 4c7ad89c0..cc391bddd 100644
--- 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: