1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

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