youtube-dl

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

commit 4cf9654693f4b191b45dea3f0de7a6fb0e3dd08d
parent 91346358b0316d1fae2c030dce950fc1e643d045
Author: Sergey M <dstftw@gmail.com>
Date:   Thu, 27 Feb 2014 17:44:05 +0700

Add one more 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 @@ -772,6 +772,7 @@ def unified_strdate(date_str): '%B %d %Y', '%b %d %Y', '%Y-%m-%d', + '%d.%m.%Y', '%d/%m/%Y', '%Y/%m/%d %H:%M:%S', '%Y-%m-%d %H:%M:%S',