simply downloading message
This commit is contained in:
@@ -262,7 +262,7 @@ pub (crate) fn update_podcast_from_feed(
|
|||||||
increment_file_name(&file_path).into_owned()
|
increment_file_name(&file_path).into_owned()
|
||||||
} else { file_path };
|
} 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) {
|
match download_to_file(enclosure.url.as_ref(), &file_path) {
|
||||||
Ok(()) => {
|
Ok(()) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user