Progressbar when downloading

This commit is contained in:
2023-01-18 21:23:04 +01:00
parent e12e26221f
commit fee0288105
5 changed files with 140 additions and 22 deletions

View File

@ -9,7 +9,7 @@ use std::{
pub use m3u8::M3u8;
pub use parser::Parser;
mod config;
mod downloader;
use directories::ProjectDirs;
pub fn setup() -> String {