fix executable name

This commit is contained in:
2025-05-29 12:22:52 +02:00
parent b96397646a
commit 2ed7e1eb81

View File

@ -135,7 +135,7 @@ int h_download(char *line, Config config) {
char *tmp = malloc(10000);
if (strstr(website_name, "Iwara") != NULL) {
sprintf(tmp, "%s/%s/%s/%(id)s.%(ext)s", config.data_dir, artist_name, website_name);
args[0] = "yt-dlp_linux";
args[0] = "yt-dlp";
args[1] = "--config-locations";
args[2] = config.yt_dlp_conf;
args[3] = "-o";