[utils] Remove duplicated line
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 17 Dec 2013 15:12:14 +0000 (16:12 +0100)
committerPhilipp 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

index 4c7ad89c0b39602bf50de3b5ea2a6289c2215cfe..cc391bddd7a4bc39ad475795f133271b39fc3ea2 100644 (file)
@@ -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: