amend(youtube): fix list handling
This commit is contained in:
parent
1e73c34288
commit
5521f3de6c
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ yts() {
|
||||||
#
|
#
|
||||||
|
|
||||||
check_shorts() {
|
check_shorts() {
|
||||||
channels=$TUBE_DEFAULT_USERS
|
channels=("${TUBE_DEFAULT_USERS[@]}")
|
||||||
# Loop through each channel and call yts
|
# Loop through each channel and call yts
|
||||||
for channel in "${channels[@]}"; do
|
for channel in "${channels[@]}"; do
|
||||||
echo "Checking shorts for channel: $channel"
|
echo "Checking shorts for channel: $channel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue