LIttle fix with the streamlink aguments
This commit is contained in:
parent
082b5ed48f
commit
5516581323
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ while true; do
|
|||
|
||||
echo "Titulo actualizado: $VIDEO_TITLE"
|
||||
echo "En vivo, subiendo a YouTube"
|
||||
streamlink https://twitch.tv/"$STREAMER_NAME" "$STREAMLINK_OPTIONS" | youtubeuploader -metaJSON /tmp/input."$STREAMER_NAME" -filename -
|
||||
streamlink https://twitch.tv/"$STREAMER_NAME" $STREAMLINK_OPTIONS | youtubeuploader -metaJSON /tmp/input."$STREAMER_NAME" -filename -
|
||||
else
|
||||
echo "No hay streams disponibles, reintentando en 10 seg"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue