youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e029b8bd43a30211e1ed71ee8a123c9b081d4c22
parent f5567e401cf012de85bc1471efca80fa947ba4c0
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 17 Dec 2013 16:12:14 +0100

[utils] Remove duplicated line

This line was added by accident in 42393ce234c651aaae244e1546e1803101765acc

Diffstat:
Myoutube_dl/utils.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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: