X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Futils.py;h=d7ae5a90a8480f6c825303039b357ff53e7f8d56;hb=6b445558ffe292c11327862ab510b1abf4e36616;hp=2c9081733c10712ebdec4d08dd4b2ff2ec88f629;hpb=d838b1bd4a256484820af7aeb0c2711934cb00ad;p=youtube-dl 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',