mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-18 04:39:08 +00:00
Need to disable twitch ads
This commit is contained in:
parent
b448cfec3c
commit
8e8ea81e20
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class StreamlinkHandler
|
||||||
var recordInfo = new ProcessStartInfo
|
var recordInfo = new ProcessStartInfo
|
||||||
{
|
{
|
||||||
FileName = "streamlink",
|
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,
|
UseShellExecute = false,
|
||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
CreateNoWindow = true
|
CreateNoWindow = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue