aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils/_utils.py
diff options
context:
space:
mode:
authorgarret <76261416+garret1317@users.noreply.github.com>2023-05-29 15:44:26 +0100
committerGitHub <noreply@github.com>2023-05-29 20:14:26 +0530
commit4cbfa570a1b9bd65b0f48770693377e8d842dcb0 (patch)
treebdcae8b9f44c5d185bfa254e1d6b10b943456e7e /yt_dlp/utils/_utils.py
parent45e87ea106ad37b2a002663fa30ee41ce97b16cd (diff)
downloadhypervideo-pre-4cbfa570a1b9bd65b0f48770693377e8d842dcb0.tar.lz
hypervideo-pre-4cbfa570a1b9bd65b0f48770693377e8d842dcb0.tar.xz
hypervideo-pre-4cbfa570a1b9bd65b0f48770693377e8d842dcb0.zip
[extractor/camfm] Add extractors (#7083)
Authored by: garret1317
Diffstat (limited to 'yt_dlp/utils/_utils.py')
-rw-r--r--yt_dlp/utils/_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils/_utils.py b/yt_dlp/utils/_utils.py
index 7c91faff8..4179d58c1 100644
--- a/yt_dlp/utils/_utils.py
+++ b/yt_dlp/utils/_utils.py
@@ -223,6 +223,7 @@ DATE_FORMATS_DAY_FIRST.extend([
'%d/%m/%y',
'%d/%m/%Y %H:%M:%S',
'%d-%m-%Y %H:%M',
+ '%H:%M %d/%m/%Y',
])
DATE_FORMATS_MONTH_FIRST = list(DATE_FORMATS)