aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/youtube-dl.rb
blob: 600c93d6e449bc8850e323abc8209c888941ab69 (plain)
1
2
3
4
5
6
7
8
require 'formula'

class YoutubeDl < ScriptFileFormula
  url 'https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl'
  homepage 'http://rg3.github.com/youtube-dl/'
  md5 '2137453c9e9dde9612d37941eb74a4fb'
  version '2011.01.30'
end