mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-10 00:35:13 +01:00
[radiko] Add extractors (#731)
https://github.com/ytdl-org/youtube-dl/issues/29840 Authored by: nao20010128nao
This commit is contained in:
parent
63b1ad0f05
commit
1931a55ee8
3 changed files with 237 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue