X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Futils.py;h=b50c8166fced87bfa8b3346ba57b6ea8a5321c0a;hb=86bd5f2ca9e17bb7f619595e02b28ca4954aeee8;hp=1d9785341ec685071ea8fcc4846029a3e889bc72;hpb=ae8f7871412ae9db40c5060d2d24e5a50f5fe9d0;p=youtube-dl diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 1d9785341..b50c8166f 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -734,6 +734,8 @@ def unified_strdate(date_str): '%Y/%m/%d %H:%M:%S', '%d.%m.%Y %H:%M', '%Y-%m-%dT%H:%M:%SZ', + '%Y-%m-%dT%H:%M:%S.%fZ', + '%Y-%m-%dT%H:%M:%S.%f0Z', '%Y-%m-%dT%H:%M:%S', ] for expression in format_expressions: