chore: remove popularity as it changes constantly

This commit is contained in:
2024-10-27 21:34:45 +01:00
parent 363afedaf2
commit 4f8790d586

View File

@@ -24,6 +24,6 @@ done \
| pv \
| jq .items \
| jq -s 'reduce .[] as $x ([]; . + $x)' \
| jq 'del(.. | .available_markets?, .added_by?)' > playlist.json
| jq 'del(.. | .available_markets?, .added_by?, .popularity?)' > playlist.json
printf "downloaded %s songs metadata" "$(jq length playlist.json)"