Fix output template.

This commit is contained in:
tastytea 2020-12-16 16:52:27 +01:00
parent 6f172c0ee4
commit 41cc86c466
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function main()
youtube-dl \
--download-archive "$(get_config_path)/downloaded" \
--dateafter "now-${keep_for_days}days" \
--output "${download_dir}/%(channel)s/%(title)s.%(ext)s" \
--output "${download_dir}/%(uploader)s/%(title)s.%(ext)s" \
--format "${ytdl_format}" \
"${feed}"
done