DOC: quvi-get(1): Revise the output-regex description
[quvi-tool.git] / doc / man1 / opts-core.txt
blob9a690f55a0e6dfb9dd13dc353dee2546fb5ab928
1 // options: common: core
3 Core
4 ~~~~
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
9   any of the scripts.
10   +
11   config: core.check-mode-offline=<boolean>
13 -B, --print-subtitles::
14   Query and print the available media subtitles. See also
15   '--print-format'.
17 -S, --print-streams::
18   Query and print the available media streams. See also
19   '--print-format'.
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.
25   +
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
30       matched the PATTERN
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.
38   +
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,...]