diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-17 16:12:14 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-17 16:12:20 +0100 |
commit | e029b8bd43a30211e1ed71ee8a123c9b081d4c22 (patch) | |
tree | 05d334d705dde2bfa9a4e76057fcada6e073298b | |
parent | f5567e401cf012de85bc1471efca80fa947ba4c0 (diff) |
[utils] Remove duplicated line
This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc
-rw-r--r-- | youtube_dl/utils.py | 1 |
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: |