aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs
index e1b2ccb..184fb91 100644
--- a/src/utils.rs
+++ b/src/utils.rs
@@ -125,6 +125,7 @@ pub fn get_xml_dir() -> Result<PathBuf> {
}
pub fn download_rss_feed(url: &str) -> Result<Channel> {
+ println!("Downloading RSS feed...");
let mut path = get_podcast_dir()?;
path.push(".rss");
create_dir_if_not_exist(&path)?;