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