downloads-khinsider-com-dl

Download all songs at once from downloads.khinsider.com
git clone https://git.ea.contact/downloads-khinsider-com-dl
Log | Files | Refs | README

config.rs (106B)


      1 #[derive(Clone)]
      2 pub struct Config {
      3     pub url: String,
      4     pub flac: bool,
      5     pub images: bool,
      6 }