chore: remove popularity as it changes constantly
This commit is contained in:
parent
363afedaf2
commit
4f8790d586
@ -24,6 +24,6 @@ done \
|
|||||||
| pv \
|
| pv \
|
||||||
| jq .items \
|
| jq .items \
|
||||||
| jq -s 'reduce .[] as $x ([]; . + $x)' \
|
| 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)"
|
printf "downloaded %s songs metadata" "$(jq length playlist.json)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user