[extractor/rai] Add raisudtirol extractor (#4524)

Closes #4206
Authored by: nixxo
This commit is contained in:
nixxo 2022-08-01 21:25:48 +02:00 committed by GitHub
parent 565a4c5944
commit 47304e07dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 0 deletions

View file

@ -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)