chore: remove popularity as it changes constantly
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user