mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[extractor/rai] Add raisudtirol extractor (#4524)
Closes #4206 Authored by: nixxo
This commit is contained in:
parent
565a4c5944
commit
47304e07dc
4 changed files with 38 additions and 0 deletions
|
@ -208,6 +208,7 @@ DATE_FORMATS_DAY_FIRST.extend([
|
|||
'%d/%m/%Y',
|
||||
'%d/%m/%y',
|
||||
'%d/%m/%Y %H:%M:%S',
|
||||
'%d-%m-%Y %H:%M',
|
||||
])
|
||||
|
||||
DATE_FORMATS_MONTH_FIRST = list(DATE_FORMATS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue