1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-04 17:51:35 +02:00

[utils] Remove duplicated line

This line was added by accident in 42393ce234
This commit is contained in:
Philipp Hagemeister 2013-12-17 16:12:14 +01:00
parent f5567e401c
commit e029b8bd43

View 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: