simply downloading message

This commit is contained in:
Aaron Manning
2024-11-18 20:29:29 +11:00
parent 42c00a5794
commit e6129fa5b6

View File

@@ -262,7 +262,7 @@ pub (crate) fn update_podcast_from_feed(
increment_file_name(&file_path).into_owned()
} else { file_path };
println!(r#"[info] downloading "{}" to "{}""#, title, file_path.display());
println!(r#"[info] downloading "{}""#, title);
match download_to_file(enclosure.url.as_ref(), &file_path) {
Ok(()) => {