#!/bin/bash array=( streamer_id1 streamer_id2 streamer_id3 ) for s in ${array[@]}; do youtube-dl -e --get-description https://twitch.tv/$s 2> /dev/null done