fix executable name
This commit is contained in:
@ -135,7 +135,7 @@ int h_download(char *line, Config config) {
|
|||||||
char *tmp = malloc(10000);
|
char *tmp = malloc(10000);
|
||||||
if (strstr(website_name, "Iwara") != NULL) {
|
if (strstr(website_name, "Iwara") != NULL) {
|
||||||
sprintf(tmp, "%s/%s/%s/%(id)s.%(ext)s", config.data_dir, artist_name, website_name);
|
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[1] = "--config-locations";
|
||||||
args[2] = config.yt_dlp_conf;
|
args[2] = config.yt_dlp_conf;
|
||||||
args[3] = "-o";
|
args[3] = "-o";
|
||||||
|
Reference in New Issue
Block a user