jwztv music video scraper
This commit is contained in:
8
scrape-jwztv/Makefile
Normal file
8
scrape-jwztv/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user