From fc7e4d799c4c212e0843b6ad3d3e72fc09fb4d34 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Mon, 3 Dec 2012 19:05:57 -0800 Subject: 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 #16336. --- Library/Formula/vimeo-downloader.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Library/Formula/vimeo-downloader.rb (limited to 'Library') diff --git a/Library/Formula/vimeo-downloader.rb b/Library/Formula/vimeo-downloader.rb deleted file mode 100644 index 3d64962a7..000000000 --- a/Library/Formula/vimeo-downloader.rb +++ /dev/null @@ -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 -- cgit v1.2.3