aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-02-27 17:44:05 +0700
committerSergey M. <dstftw@gmail.com>2014-02-27 17:44:05 +0700
commit4cf9654693f4b191b45dea3f0de7a6fb0e3dd08d (patch)
tree1abc4acd4e3ea41763044854598bcb18156c2f67
parent91346358b0316d1fae2c030dce950fc1e643d045 (diff)
downloadyoutube-dl-4cf9654693f4b191b45dea3f0de7a6fb0e3dd08d.tar.xz
Add one more format to unified_strdate
-rw-r--r--youtube_dl/utils.py1
1 files changed, 1 insertions, 0 deletions
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',