diff options
| author | Jaime Marquínez Ferrándiz | 2013-01-24 13:54:40 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-26 12:52:14 -0800 |
| commit | 7dadd7fd8eb7f58c43a43245d7af4f6a91792bc2 (patch) | |
| tree | b9231b23afc5046b92bac4ae8bb54c2e1c602784 /Library | |
| parent | e08184e3ebd8f4ad9e316f0e127bc01f99bd49b6 (diff) | |
| download | homebrew-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.rb | 4 |
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 |
