download episodes

This commit is contained in:
2023-01-19 01:22:29 +01:00
parent fee0288105
commit 2c51df93cc
3 changed files with 68 additions and 4 deletions

View File

@ -11,6 +11,7 @@ pub use parser::Parser;
mod config;
mod downloader;
use directories::ProjectDirs;
pub use downloader::download_with_progress;
pub fn setup() -> String {
let project_dirs = ProjectDirs::from("com", "billenius", "iptvnator_rs").unwrap();