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

class YoutubeDl < ScriptFileFormula
  url 'https://github.com/rg3/youtube-dl/raw/2011.11.23/youtube-dl'
  homepage 'http://rg3.github.com/youtube-dl/'
  sha256 '346fb8ff4dec48a2c0d27d06cfd786c2389c067e9d7d4e20227dea72850f3cde'
  version '2011.11.23'
end