aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/utils.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-24 06:41:55 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-24 06:41:55 +0200
commit423817c468d67e592145f1390b9c160455a9bcca (patch)
treec13bab32d3b8a1269894a70c2a0c366ce431368b /youtube_dl/utils.py
parent51ed9fce09f95fd102c8e2adc0d863176c3f1c0f (diff)
downloadyoutube-dl-423817c468d67e592145f1390b9c160455a9bcca.tar.xz
[expotv] Add new extractor (Fixes #3552)
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 ac8a78adf..8095400d0 100644
--- a/youtube_dl/utils.py
+++ b/youtube_dl/utils.py
@@ -855,6 +855,7 @@ def unified_strdate(date_str):
'%Y/%m/%d',
'%d.%m.%Y',
'%d/%m/%Y',
+ '%d/%m/%y',
'%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%d.%m.%Y %H:%M',