[go: up one dir, main page]

File: cli.rst

package info (click to toggle)
streamlink 7.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,428 kB
  • sloc: python: 49,104; sh: 184; makefile: 145
file content (26 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (4)
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::