diff options
author | coletdjnz <colethedj@protonmail.com> | 2021-09-06 06:52:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 12:22:38 +0530 |
commit | bccdbd22d559cc22b23bbd2ff96075ea5d88c944 (patch) | |
tree | c6d06dd298a2c8dd31177c0ced2eafb3dc43b29c /yt_dlp/utils.py | |
parent | bd9ff55bcd9ac8a131e555deb2e822a8ee94c459 (diff) | |
download | hypervideo-pre-bccdbd22d559cc22b23bbd2ff96075ea5d88c944.tar.lz hypervideo-pre-bccdbd22d559cc22b23bbd2ff96075ea5d88c944.tar.xz hypervideo-pre-bccdbd22d559cc22b23bbd2ff96075ea5d88c944.zip |
[Mediaklikk] Add Extractor (#867)
Original PR: https://github.com/ytdl-org/youtube-dl/pull/17453, https://github.com/ytdl-org/youtube-dl/pull/25098
Fixes: https://github.com/ytdl-org/youtube-dl/issues/21431
Authored-by: tmarki, mrx23dot, coletdjnz
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index ce84f7416..983ca6ced 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -1740,6 +1740,7 @@ DATE_FORMATS = ( '%b %dth %Y %I:%M', '%Y %m %d', '%Y-%m-%d', + '%Y.%m.%d.', '%Y/%m/%d', '%Y/%m/%d %H:%M', '%Y/%m/%d %H:%M:%S', |