1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
# clive reads ~/.cliverc by default. You can use --home-dir and
# CLIVE_HOME environment variable to change that.
# You can add any of the supported command line options to clive
# configuration file. For example:
#--format=mp4
#-f mp4
#--proxy=foo:1234
#--cache-read
#--no-cache
#--save-dir=/home/user/videos
# Note that the "dashed" command line options have aliases, so
# you can use any of the aliases as well, for example:
# --no-cache
# --no_cache
# --nocache
# If you are unsure about the command line options, see the output of
# "clive --help" output or refer to the clive manual page for a complete
# list of the supported command line options.
|