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