youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 668d97503946e0f7f1a2024a650eda4b7387cc86
parent 9ab3406ddb84a84a80f1be788af745d5a407ae23
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 23 May 2012 19:19:53 +0200

quiet zip in make compile

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -18,7 +18,7 @@ update-readme: echo "$${footer}" >> README.md compile: - zip --junk-paths youtube-dl youtube_dl/*.py + zip --quiet --junk-paths youtube-dl youtube_dl/*.py echo '#!/usr/bin/env python' > youtube-dl cat youtube-dl.zip >> youtube-dl rm youtube-dl.zip