calor qllllllllllllllllllllllllllll
This commit is contained in:
parent
dc959493df
commit
6364d23566
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ while true; do
|
|||
STREAMER_NAME=$TWITCH_USER
|
||||
VIDEO_PLAYLIST="$STREAMER_NAME VODs"
|
||||
|
||||
TWITCH_USER_ID=$(xh GET "https://api.twitch.tv/helix/streams?user_login=$TWITCH_USER" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][id]' -qq)
|
||||
TWITCH_TITLE=$(xh GET "https://api.twitch.tv/helix/streams?user_login=$TWITCH_USER" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][title]' -qq)
|
||||
TWITCH_USER_ID=$(xh GET "https://api.twitch.tv/helix/users?user_login=$TWITCH_USER" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][id]' -qq)
|
||||
TWITCH_TITLE=$(xh GET "https://api.twitch.tv/helix/users?user_login=$TWITCH_USER" "Authorization: Bearer $twitchauth" "Client-Id: $clientid" -b | ./jtc -w '[data][:][title]' -qq)
|
||||
TWITCH_TITLE_CUT=$(echo "$TWITCH_TITLE" | colrm 70 | tr "><" " ")
|
||||
|
||||
VIDEO_DESCRIPTION="Hosteado por Fijxu. https://twitch.tv/$TWITCH_USER \nTitulo Completo: $TWITCH_TITLE \nFecha y hora: $(date +"A las %H:%M horas, día %d/%m/%y") \nDonaciones: https://ko-fi.com/fijxu \nSi eres el streamer que aparece en el VOD y por alguna razon necesitas ocultar o recuperar (nunca borrare los VODs, eso va en contra de mi objetivo, aunque pueden haber excepciones) el VOD, puedes dejar un comentario, enviar un mensaje por Twitch @fijxu o usando el correo de contacto del canal. \n \nEste es un proyecto de caracter personal, me gusta archivar streams de twitch para que nada se pierda, y que todos puedan volver a ver streams del pasado sin problemas. 'Sharing is caring'" # Descripción del video
|
||||
|
|
Loading…
Add table
Reference in a new issue