aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-08-19 20:02:08 +0700
committerSergey M․ <dstftw@gmail.com>2014-08-19 20:02:08 +0700
commitfe556f1b0cfd5782ec379a731f4b8879f2a352a3 (patch)
tree4ae57440ecdd12eaca9b1bf1b6c44d0d8f234d3d /youtube_dl/utils.py
parentd5638d974f93d62043c0509ed6a04359e1cd9c46 (diff)
downloadyoutube-dl-fe556f1b0cfd5782ec379a731f4b8879f2a352a3.tar.xz
[jove] Simplify, extract full description and add test for video that requires subscription
Diffstat (limited to 'youtube_dl/utils.py')
-rw-r--r--youtube_dl/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
index 65b492fb3..1081a9368 100644
--- a/youtube_dl/utils.py
+++ b/youtube_dl/utils.py
@@ -827,6 +827,7 @@ def unified_strdate(date_str):
'%b %dnd %Y %I:%M%p',
'%b %dth %Y %I:%M%p',
'%Y-%m-%d',
+ '%Y/%m/%d',
'%d.%m.%Y',
'%d/%m/%Y',
'%Y/%m/%d %H:%M:%S',