chore: remove popularity as it changes constantly

This commit is contained in:
javalsai 2024-10-27 21:34:45 +01:00
parent 363afedaf2
commit 4f8790d586
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8

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)"