From: Naglis Jonaitis Date: Sat, 4 Oct 2014 19:38:23 +0000 (+0300) Subject: [utils] Add additional format to unified_strdate X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=e9be9a6acdc47e53dd8292341fa521234ce9dd78;p=youtube-dl [utils] Add additional format to unified_strdate --- diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 2c9081733..d7ae5a90a 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -894,6 +894,7 @@ def unified_strdate(date_str): '%Y/%m/%d %H:%M:%S', '%d/%m/%Y %H:%M:%S', '%Y-%m-%d %H:%M:%S', + '%Y-%m-%d %H:%M:%S.%f', '%d.%m.%Y %H:%M', '%d.%m.%Y %H.%M', '%Y-%m-%dT%H:%M:%SZ',