Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud committed May 30, 2021
1 parent 2b576af commit 544f460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoTwitchToYouTube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ do

# Start streamlink and youtubeuploader app
# - Reupload limit of 10h, because of the 12h upload limit by YouTube
streamlink_option = 'best --hls-duration 10:00:00 --twitch-disable-hosting -O'
streamlink_option='best --hls-duration 10:00:00 --twitch-disable-hosting -O'
streamlink twitch.tv/$streamer_name $streamlink_option 2>/dev/null | youtubeuploader -metaJSON /tmp/input.$streamer_name -filename - >/dev/null 2>&1

sleep 1m
Expand Down

0 comments on commit 544f460

Please sign in to comment.