From: Sergey M. Date: Thu, 27 Feb 2014 10:44:05 +0000 (+0700) Subject: Add one more format to unified_strdate X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=4cf9654693f4b191b45dea3f0de7a6fb0e3dd08d;p=youtube-dl Add one more format to unified_strdate --- diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 0c482631a..02b8f7c45 100644 --- 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',