From d40c7ca41b64013c76ce33e516579dbeae35744f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 22 Aug 2013 18:25:21 -0400 Subject: Youtube support! (And 53 other video hosts) When quvi is installed, git-annex addurl automatically uses it to detect when an page is a video, and downloads the video file. web special remote: Also support using quvi, for getting files, or checking if files exist in the web. This commit was sponsored by Mark Hepburn. Thanks! --- Build/Configure.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Build/Configure.hs') diff --git a/Build/Configure.hs b/Build/Configure.hs index 15b90ebe3..31fbbf1dd 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -32,6 +32,7 @@ tests = , TestCase "curl" $ testCmd "curl" "curl --version >/dev/null" , TestCase "wget" $ testCmd "wget" "wget --version >/dev/null" , TestCase "bup" $ testCmd "bup" "bup --version >/dev/null" + , TestCase "quvi" $ testCmd "quvi" "quvi --version >/dev/null" , TestCase "ionice" $ testCmd "ionice" "ionice -c3 true >/dev/null" , TestCase "gpg" $ maybeSelectCmd "gpg" [ ("gpg", "--version >/dev/null") -- cgit v1.2.3