aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/utils.py
diff options
context:
space:
mode:
authorking-millez <Millez.Dev@gmail.com>2021-05-20 23:05:37 +1000
committerGitHub <noreply@github.com>2021-05-20 18:35:37 +0530
commit5014558ab90525ea312b4e6d3305028fd5da6c29 (patch)
tree667917eb01361601d1c7ef60c46fedd631b878a5 /yt_dlp/utils.py
parent28b0eb0f65fa48f44cf40b202fdfdcd7a7e957a6 (diff)
downloadhypervideo-pre-5014558ab90525ea312b4e6d3305028fd5da6c29.tar.lz
hypervideo-pre-5014558ab90525ea312b4e6d3305028fd5da6c29.tar.xz
hypervideo-pre-5014558ab90525ea312b4e6d3305028fd5da6c29.zip
[parlview] Add extractor (#322)
Authored by: king-millez
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r--yt_dlp/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py
index 27bdc50fe..b7d074ad9 100644
--- a/yt_dlp/utils.py
+++ b/yt_dlp/utils.py
@@ -1748,6 +1748,7 @@ DATE_FORMATS = (
'%Y-%m-%d %H:%M',
'%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
+ '%Y-%m-%d %H:%M:%S:%f',
'%d.%m.%Y %H:%M',
'%d.%m.%Y %H.%M',
'%Y-%m-%dT%H:%M:%SZ',