mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-19 07:25:31 +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
|
||||
{
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue