change default filename date prefix from YYYYMMDD to YYYY-MM-DD

This commit is contained in:
meeb 2021-02-18 16:31:27 +11:00
parent 0dc201b293
commit e0669b107d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ YOUTUBE_DEFAULTS = {
}
MEDIA_FORMATSTR_DEFAULT = '{yyyymmdd}_{source}_{title}_{key}_{format}.{ext}'
MEDIA_FORMATSTR_DEFAULT = '{yyyy_mm_dd}_{source}_{title}_{key}_{format}.{ext}'
try: