From 0f99566c01d0cebc4553836f5159bccb04c2907c Mon Sep 17 00:00:00 2001 From: "Sergey M." Date: Mon, 17 Feb 2014 03:47:03 +0700 Subject: [PATCH] Add one more format in unified_strdate --- youtube_dl/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index a192a420a..057cd20d1 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -762,6 +762,7 @@ def unified_strdate(date_str): date_str = re.sub(r' ?(\+|-)[0-9]{2}:?[0-9]{2}$', '', date_str) format_expressions = [ '%d %B %Y', + '%d %b %Y', '%B %d %Y', '%b %d %Y', '%Y-%m-%d', -- 2.30.2