[extractor/camfm] Add extractors (#7083)

Authored by: garret1317
This commit is contained in:
garret 2023-05-29 15:44:26 +01:00 committed by GitHub
parent 45e87ea106
commit 4cbfa570a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 90 additions and 0 deletions

View file

@ -223,6 +223,7 @@ DATE_FORMATS_DAY_FIRST.extend([
'%d/%m/%y',
'%d/%m/%Y %H:%M:%S',
'%d-%m-%Y %H:%M',
'%H:%M %d/%m/%Y',
])
DATE_FORMATS_MONTH_FIRST = list(DATE_FORMATS)