[utils] Add additional format to unified_strdate
[youtube-dl] / youtube_dl / utils.py
index 98732e8e99036b32eaa7b802a1ed028e85e0f7ae..38c18c1273b1f6df3fa61d4362a8ebbf0e7bfac0 100644 (file)
@@ -721,6 +721,7 @@ def unified_strdate(date_str, day_first=True):
         '%b %dst %Y %I:%M%p',
         '%b %dnd %Y %I:%M%p',
         '%b %dth %Y %I:%M%p',
+        '%Y %m %d',
         '%Y-%m-%d',
         '%Y/%m/%d',
         '%Y/%m/%d %H:%M:%S',