[orf] Use new extraction method (Fixes #2057)
[youtube-dl] / youtube_dl / utils.py
index 536504e7e04f7e2925539750618980804ec7a7cd..918a127cae014377a3b463c810930be1f07a937f 100644 (file)
@@ -764,6 +764,7 @@ def unified_strdate(date_str):
         '%Y-%m-%d',
         '%d/%m/%Y',
         '%Y/%m/%d %H:%M:%S',
+        '%Y-%m-%d %H:%M:%S',
         '%d.%m.%Y %H:%M',
         '%Y-%m-%dT%H:%M:%SZ',
         '%Y-%m-%dT%H:%M:%S.%fZ',