youtube-dl

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

commit b047de6f6ebb2f0ac15394dd3c56b476ec0bc30f
parent 34ca5d9ba0441ee4bb878d04d8244db219b11268
Author: Sergey M․ <dstftw@gmail.com>
Date:   Wed, 12 Mar 2014 04:18:43 +0700

Add format to unified_strdate

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

diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py @@ -778,6 +778,7 @@ def unified_strdate(date_str): '%Y/%m/%d %H:%M:%S', '%Y-%m-%d %H:%M:%S', '%d.%m.%Y %H:%M', + '%d.%m.%Y %H.%M', '%Y-%m-%dT%H:%M:%SZ', '%Y-%m-%dT%H:%M:%S.%fZ', '%Y-%m-%dT%H:%M:%S.%f0Z',