瀏覽代碼

[utils] Remove duplicated line

This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc
Philipp Hagemeister 11 年之前
父節點
當前提交
e029b8bd43
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/utils.py

+ 0 - 1
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: