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