Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sk-zk/yashgen
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-zk committed Sep 23, 2023
2 parents c777eeb + 41fe48f commit 1abafaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yashgen/YoutubeDl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static string CallYoutubeDl(string videoId, string ydlPath,
var videoUrl = $"https://www.youtube.com/watch?v={videoId}";

var info = new ProcessStartInfo(ydlPath,
$"--ignore-config --no-progress " +
$"--no-progress " +
$"-f bestaudio -x --audio-format wav --add-metadata " +
$"-o {OUTPUT_FOLDER}/%(id)s.%(ext)s \"{videoUrl}\""
);
Expand Down Expand Up @@ -91,4 +91,4 @@ private static void ErrorDataReceived(object sender, DataReceivedEventArgs e)

}

}
}

0 comments on commit 1abafaf

Please sign in to comment.