From 231751c2fb072c76acad9632d1d0f1da5f659297 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 29 Jul 2022 00:12:42 +0100 Subject: [PATCH] uorss.sh: keys filter sorts input, switched to keys_unsorted --- uorss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uorss.sh b/uorss.sh index fdba429..2a4d561 100755 --- a/uorss.sh +++ b/uorss.sh @@ -319,7 +319,7 @@ ingestArtist () { return 1 fi - artwork_keys="$(jq ".body.illusts | keys | reverse | .[0:$DEPTH]" -c <<< "$artist_json")" + artwork_keys="$(jq ".body.illusts | keys_unsorted | .[0:$DEPTH]" -c <<< "$artist_json")" echo '' > "$feed_file~" for artwork_index in $(arrayIndexList "$artwork_keys"); do