Remove Formula: vimeo-downloader

Software is broken and upstream project is inactive. Recommended replacement is
youtube-dl which can also download video hosted on Vimeo.

Closes Homebrew/homebrew#16336.
master
Charlie Sharpsteen 2012-12-03 19:05:57 -08:00
parent 0adb733d73
commit 440baa87e2
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
require 'formula'
class VimeoDownloader < Formula
url 'http://ossguy.com/video_hosts/vimeo_downloader.sh'
homepage 'http://ossguy.com/?p=841'
sha1 'd49792a22ec442fa0b3cf5f70d13793f342c6e26'
version '0.3.1'
def install
bin.install 'vimeo_downloader.sh' => 'vimeo_downloader'
end
end