From 92ccd5a226ecff1cb393a1312ea5e0ca6331ddf6 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sat, 26 Jun 2021 20:03:47 +0200 Subject: [PATCH] fix parse error? --- ripper | 1 + 1 file changed, 1 insertion(+) diff --git a/ripper b/ripper index 7125f96..3c39553 100755 --- a/ripper +++ b/ripper @@ -80,6 +80,7 @@ for channel_id in $IDs; do grep -vf "$BLACKLIST" >> /tmp/todownload$$ fi else + [ -z "$json" ] && continue if [ "$(echo "$json" | jq '.pageInfo.totalResults')" -eq 0 ];then echo "Grabbing API data for channel returend no results" echo "Is https://youtube.com/channel/$channel_id still up?"