LIttle fix with the streamlink aguments

This commit is contained in:
Fijxu 2022-11-04 16:26:02 -03:00
parent 082b5ed48f
commit 5516581323

View file

@ -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