diff options
author | The Hatsune Daishi <nao20010128@gmail.com> | 2021-08-25 13:48:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 10:18:27 +0530 |
commit | 1931a55ee8412ee385357f33128996cc3d07560e (patch) | |
tree | bb866cf3b1cd7d844ac4d15df5634e50cab1067a /yt_dlp/utils.py | |
parent | 63b1ad0f05aa2cbb408b0e9112124b049a664377 (diff) | |
download | hypervideo-pre-1931a55ee8412ee385357f33128996cc3d07560e.tar.lz hypervideo-pre-1931a55ee8412ee385357f33128996cc3d07560e.tar.xz hypervideo-pre-1931a55ee8412ee385357f33128996cc3d07560e.zip |
[radiko] Add extractors (#731)
https://github.com/ytdl-org/youtube-dl/issues/29840
Authored by: nao20010128nao
Diffstat (limited to 'yt_dlp/utils.py')
-rw-r--r-- | yt_dlp/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index c5fbc1c5c..fa9c509b2 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -1743,6 +1743,8 @@ DATE_FORMATS = ( '%Y/%m/%d', '%Y/%m/%d %H:%M', '%Y/%m/%d %H:%M:%S', + '%Y%m%d%H%M', + '%Y%m%d%H%M%S', '%Y-%m-%d %H:%M', '%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S.%f', |