summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-11-03 18:20:19 +0100
committerlassulus <lass@aidsballs.de>2015-11-03 18:20:19 +0100
commit68f2ba82a3229e871b78b1976e4ea80031491486 (patch)
treef9ca755a89eeccc806a09d68d06f4cdc7ec23c35
parentdccbcfa7ad92535a970a7b2cb7ffdd61aa6e0f09 (diff)
add downloadmp3 to Makefile
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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