Add one more format to unified_strdate
authorSergey M. <dstftw@gmail.com>
Thu, 27 Feb 2014 10:44:05 +0000 (17:44 +0700)
committerSergey M. <dstftw@gmail.com>
Thu, 27 Feb 2014 10:44:05 +0000 (17:44 +0700)
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',