From: Yen Chi Hsuan Date: Mon, 23 Jan 2017 15:31:43 +0000 (+0800) Subject: [utils] Add another date format seen in NextTV X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=0c1c6f4b9f97375ffc68cbc9c7276838f7bf8514;p=youtube-dl [utils] Add another date format seen in NextTV --- diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 12863e74a..98acc2b45 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -143,6 +143,7 @@ DATE_FORMATS = ( '%Y/%m/%d', '%Y/%m/%d %H:%M', '%Y/%m/%d %H:%M:%S', + '%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', '%d.%m.%Y %H:%M',