From: Sergey M․ Date: Tue, 11 Mar 2014 21:18:43 +0000 (+0700) Subject: Add format to unified_strdate X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b047de6f6ebb2f0ac15394dd3c56b476ec0bc30f;p=youtube-dl Add format to unified_strdate --- diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 3943cc9c5..3cf29e63a 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -778,6 +778,7 @@ def unified_strdate(date_str): '%Y/%m/%d %H:%M:%S', '%Y-%m-%d %H:%M:%S', '%d.%m.%Y %H:%M', + '%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',