Changed broadcasterid.tx to broadcasterid.txt
Fixed incorrect spelling in one of the configuration files.
This commit is contained in:
parent
1bb3d67064
commit
c4612ef811
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue