pub fn download_bundle( bundle_key: &str, formats: &[String], max_size: u64, item_numbers: Option<&str>, torrents_only: bool, cur_dir: bool, ) -> Result<(), Error>