From c4612ef81121bfffa21153ba31b6cc671c8ee7cd Mon Sep 17 00:00:00 2001 From: Marcus Summers Date: Tue, 1 Jan 2019 22:28:55 -0500 Subject: [PATCH] Changed `broadcasterid.tx` to `broadcasterid.txt` Fixed incorrect spelling in one of the configuration files. --- clipsDump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clipsDump.sh b/clipsDump.sh index d57883a..fc338e1 100755 --- a/clipsDump.sh +++ b/clipsDump.sh @@ -8,7 +8,7 @@ done < clientID.txt while read STRING2 do broadcasterid=$STRING2 -done < broadcasterid.tx +done < broadcasterid.txt url="$(curl -s -H 'Client-ID:'$clientid'' -X GET 'https://api.twitch.tv/helix/clips?broadcaster_id='$broadcasterid'&first=100&started_at=2018-01-01T00:00:00Z&ended_at=2018-12-31T00:00:00Z' | jq -r '.data[] | .url')" > /dev/null