pub async fn download_yt_dlp(
    destination: impl AsRef<Path>
) -> Result<PathBuf, Error>
Expand description

Downloads the yt-dlp executable to the specified destination.