odysee-dl

odysee.com channel content downloader
git clone https://git.ea.contact/odysee-dl
Log | Files | Refs | README

config.rs (105B)


      1 pub struct Config {
      2     pub url: String,
      3     pub output_dir: std::path::PathBuf,
      4     pub resume: bool,
      5 }