static File forceInstallYouTubeDL() { File file = youTubeDLExecutable(); print("Installing youtube-dl"); loadBinaryPageToFile(youTubeDL_URL(), file); makeExecutable(file); ret file; }