1 // options: common: core
6 -o, --check-mode-offline::
7 Do not resolve URL redirections before passing the URL to the
8 linkman:libquvi-scripts[7] to determine whether the URL is accepted by
11 config: core.check-mode-offline=<boolean>
13 -B, --print-subtitles::
14 Query and print the available media subtitles. See also
18 Query and print the available media streams. See also
21 -l, --subtitle-language PATTERN[,PATTERN,...]::
22 Match a subtitle language using a regex PATTERN. The value may be a
23 comma-separated list of regex PATTERNs (left-to-right order) that
24 are matched against the available selection.
26 The value may also contain the reserved keyword 'croak' which will
27 cause linkman:libquvi[3] to exit with an error when reached.
29 NOTE: The first available subtitle language will be chosen if nothing
32 config: core.subtitle-language=PATTERN[,PATTERN,...]
34 -s, --stream PATTERN[,PATTERN,...]::
35 Match a stream using a regex PATTERN. The value may be a
36 comma-separated list of regex PATTERNs (left-to-right order) that
37 are matched against the available selection.
39 The value may contain the following reserved keywords:
41 - 'croak' - instructs linkman:libquvi[3] to exit with an error when reached
42 - 'best' - instructs linkman:libquvi[3] to choose the best quality stream
45 The 'best' quality is determined by the linkman:libquvi-scripts[7] by
46 comparing the media quality properties, e.g. the video height property,
47 although the actual method may vary depending on the data provided by
48 the media hosting service.
50 NOTE: The first available stream is selected if nothing matched
52 config: core.stream=PATTERN[,PATTERN,...]