Need to disable twitch ads

This commit is contained in:
Heavy Bob 2025-04-10 12:23:12 +10:00
parent b448cfec3c
commit 8e8ea81e20

View file

@ -62,7 +62,7 @@ public class StreamlinkHandler
var recordInfo = new ProcessStartInfo
{
FileName = "streamlink",
Arguments = $"https://www.twitch.tv/{streamerHandle} best --hls-live-edge 30 --hls-duration {totalDuration} -o {outputPath}",
Arguments = $"https://www.twitch.tv/{streamerHandle} best --twitch-disable-ads --hls-live-edge 30 --hls-duration {totalDuration} -o {outputPath}",
UseShellExecute = false,
RedirectStandardOutput = true,
CreateNoWindow = true