1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Command-Line Interface
======================
.. toctree::
:maxdepth: 3
:caption: Table of Contents
Command-line usage <self>
Tutorial <cli/tutorial>
Configuration file <cli/config>
Plugin sideloading <cli/plugin-sideloading>
Streaming protocols <cli/protocols>
Proxy support <cli/proxy>
Metadata <cli/metadata>
Plugin specific usage <cli/plugins>
Command-line usage
------------------
.. code-block:: console
$ streamlink [OPTIONS] <URL> [STREAM]
.. argparse::
|