From 0ceed007255ac9a9f13d6c34a337fc817585d842 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Wed, 21 Jul 2021 01:18:39 +0000 Subject: [PATCH] * Show more replies button no longer shows up errorneously --- webroot/comments.shs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/comments.shs b/webroot/comments.shs index 33aed53..ec4ba95 100755 --- a/webroot/comments.shs +++ b/webroot/comments.shs @@ -44,7 +44,7 @@ comments="$(curl -s 'https://www.youtube.com/youtubei/v1/next?key=AIzaSyAO_FJ2Sl jq -r ' if (.continuationItemRenderer.continuationEndpoint) then - "
Load more...
" + select(.continuationItemRenderer.continuationEndpoint.continuationCommand.token) | "
Load more...
" else - "
More replies...
" + select(.continuationItemRenderer.button.buttonRenderer.command.continuationCommand.token) | "
More replies...
" end' <<< "$comments" | tail -1