From 68f2ba82a3229e871b78b1976e4ea80031491486 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 3 Nov 2015 18:20:19 +0100 Subject: add downloadmp3 to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8ae48f3..0ef9497 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,10 @@ download: ## download all links to ./music download: ## you can specify number of jobs with ex. jobs=4 cat links | parallel -j${jobs} -k "target=./music bin/yout2ogg" +downloadmp3: ## download all links to ./mp3 (as mp3) +downloadmp3: ## you can specify number of jobs with ex. jobs=4 + cat links | parallel -j${jobs} -k "target=./mp3 bin/yout2mp3" + add: ##make add url="http://youtube..." add: ##to add link to ./links bin/youtplaylist ${url} >> links -- cgit v1.2.3