uorss.sh: keys filter sorts input, switched to keys_unsorted
This commit is contained in:
parent
024a5c2de5
commit
231751c2fb
2
uorss.sh
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user