Compare commits

..

No commits in common. "3fd69f3f3fae3a87ddcb414325e0302e2b42d43f" and "363afedaf25bc0672b62bc2e666befdcf93d5e65" have entirely different histories.

2 changed files with 941 additions and 13266 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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?, .popularity?)' > playlist.json | jq 'del(.. | .available_markets?, .added_by?)' > playlist.json
printf "downloaded %s songs metadata" "$(jq length playlist.json)" printf "downloaded %s songs metadata" "$(jq length playlist.json)"