jwztv music video scraper

This commit is contained in:
2022-01-09 03:56:45 -08:00
parent 0adabd3efe
commit 94b5cae9ae
683 changed files with 271575 additions and 0 deletions

8
scrape-jwztv/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all.txt: all.json
jq -r '"\(.artist) - \(.title)"' all.json | sort | uniq > $@
all.json: *.json
jq '.[]' *.json > $@
clean:
rm -f all.json all.txt