aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-01-24 13:54:40 +0100
committerAdam Vandenberg2013-01-26 12:52:14 -0800
commit7dadd7fd8eb7f58c43a43245d7af4f6a91792bc2 (patch)
treeb9231b23afc5046b92bac4ae8bb54c2e1c602784 /Library
parente08184e3ebd8f4ad9e316f0e127bc01f99bd49b6 (diff)
downloadhomebrew-7dadd7fd8eb7f58c43a43245d7af4f6a91792bc2.tar.bz2
youtube-dl add ffmpeg caveat
Remind that ffmpeg is needed if you want to use the post-processing options. Closes #17283. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/youtube-dl.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 27bac06c9..c22952a1d 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -11,4 +11,8 @@ class YoutubeDl < Formula
man1.install 'youtube-dl.1'
(prefix+'etc/bash_completion.d').install 'youtube-dl.bash-completion'
end
+
+ def caveats
+ "To use post-processing options, `brew install ffmpeg`."
+ end
end