[utils] Add another date format seen in NextTV
[youtube-dl] / youtube_dl / utils.py
index 12863e74acd51b3f6b3ec6467f23f76227d0f18f..98acc2b459a2bf80e79d657e143e877e99472744 100644 (file)
@@ -143,6 +143,7 @@ DATE_FORMATS = (
     '%Y/%m/%d',
     '%Y/%m/%d %H:%M',
     '%Y/%m/%d %H:%M:%S',
+    '%Y-%m-%d %H:%M',
     '%Y-%m-%d %H:%M:%S',
     '%Y-%m-%d %H:%M:%S.%f',
     '%d.%m.%Y %H:%M',