Compare commits
No commits in common. "3fd69f3f3fae3a87ddcb414325e0302e2b42d43f" and "363afedaf25bc0672b62bc2e666befdcf93d5e65" have entirely different histories.
3fd69f3f3f
...
363afedaf2
14205
spotify/playlist.json
14205
spotify/playlist.json
File diff suppressed because it is too large
Load Diff
@ -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)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user