homebrew-core/Formula/get-flash-videos.rb
Steven Willis 7a07a648ac get-flash-videos 1.2.4
Closes Homebrew/homebrew#38341.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-29 21:07:10 +01:00

15 lines
607 B
Ruby

class GetFlashVideos < Formula
homepage "https://github.com/monsieurvideo/get-flash-videos"
url "https://get-flash-videos.googlecode.com/files/combined-get_flash_videos-1.24", :using => :nounzip
version "1.24"
sha256 "e41da715f817bfa1a65ae82cc4f5a82268b6e72a7f4d90ffabf89b3a522cbb91"
def install
bin.install "combined-get_flash_videos-1.24" => "get_flash_videos"
end
test do
system "get_flash_videos", "http://gawker.com/indiana-pizzeria-takes-brave-stand-of-denying-gays-pizz-1694992744#"
rm "Indiana_Pizzeria_Takes_Brave_Stand_of_Denying_Gays_Pizza_for_Weddings.flv"
end
end