Add one more format to unified_strdate
[youtube-dl] / youtube_dl / utils.py
index 0c482631a2979f9081730495675b444b9e99048d..02b8f7c45b6519f86430051ba627ae0eb127a635 100644 (file)
@@ -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',