mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
change default filename date prefix from YYYYMMDD to YYYY-MM-DD
This commit is contained in:
parent
0dc201b293
commit
e0669b107d
@ -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:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user