aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/youtube-dl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/youtube-dl.rb')
-rw-r--r--Library/Formula/youtube-dl.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index 703b42f7c..ddc291fd0 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -1,12 +1,8 @@
require 'formula'
-class YoutubeDl <Formula
+class YoutubeDl <ScriptFileFormula
url 'http://bitbucket.org/rg3/youtube-dl/raw/02377503b545/youtube-dl'
homepage 'http://bitbucket.org/rg3/youtube-dl/overview'
md5 '50b22dee9387d9d9641366974f809fc3'
version '2010.07.24'
-
- def install
- bin.install 'youtube-dl'
- end
end