diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-08-19 20:02:31 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-08-19 20:02:31 +0700 |
commit | 696d49815e082402be65c4f120397b4695477279 (patch) | |
tree | 4ae57440ecdd12eaca9b1bf1b6c44d0d8f234d3d /youtube_dl/utils.py | |
parent | 938dd254e557612b8a6e1f0a2dd1689fca30b9ed (diff) | |
parent | fe556f1b0cfd5782ec379a731f4b8879f2a352a3 (diff) |
Merge branch 'naglis-jove'
Diffstat (limited to 'youtube_dl/utils.py')
-rw-r--r-- | youtube_dl/utils.py | 1 |
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', |