From 4052d08ca07937558e6da25f25b46b3747273fc1 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Fri, 18 Feb 2011 10:31:38 +0200 Subject: [PATCH] Add quvi 0.2.12+ --category-http examples --- examples/cliverc | 2 ++ man1/clive.1.pod | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/cliverc b/examples/cliverc index 8ec1201..8f8ae7f 100644 --- a/examples/cliverc +++ b/examples/cliverc @@ -11,6 +11,8 @@ # Note that clive adds --quiet if it's not defined. # %u Video URL --quvi "/usr/bin/quvi %u" +# Recommended value for quvi 0.2.12+ +#--quvi "/usr/bin/quvi --category-http %u" # Path to a download command, this could be anything you choose, # as long as you work out the details. diff --git a/man1/clive.1.pod b/man1/clive.1.pod index 7252d02..d67969e 100644 --- a/man1/clive.1.pod +++ b/man1/clive.1.pod @@ -186,6 +186,8 @@ Or use C<--config-file>, e.g.: A typical configuration file could look like: --quvi "/usr/bin/quvi %u" + # Recommended value for quvi 0.2.12+ + # --quvi "/usr/bin/quvi --category-http %u" --get-with "/usr/bin/curl -L -C - -o %f %u" --filename-format "%t_%i.%s" --exec "/usr/bin/vlc %f" -- 2.11.4.GIT