diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-21 11:57:52 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-21 11:57:52 +0200 |
commit | 35f76e0061373ad344b3cbea30422c586abc16b5 (patch) | |
tree | c74508b28e396c9c81d0764315ed9263afa1ab24 /youtube_dl/utils.py | |
parent | 3f338cd6de1e198e810ca8e0c85a346c9537a47f (diff) | |
parent | f83dda12ad37d1b83142e2821e72f8e6c0b4405e (diff) |
Merge remote-tracking branch 'origin/master'
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', |