aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-03-12 04:18:43 +0700
committerSergey M․ <dstftw@gmail.com>2014-03-12 04:18:43 +0700
commitb047de6f6ebb2f0ac15394dd3c56b476ec0bc30f (patch)
tree5ed564bf10a3111478841fbe84a9a2ba4dde44a1
parent34ca5d9ba0441ee4bb878d04d8244db219b11268 (diff)
downloadyoutube-dl-b047de6f6ebb2f0ac15394dd3c56b476ec0bc30f.tar.xz
Add 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 3943cc9c5..3cf29e63a 100644
--- 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',