File: webbrowser.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 (18 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Webbrowser
----------

.. warning::

    The APIs of the ``streamlink.webbrowser`` package are considered unstable. Use at your own risk!

.. module:: streamlink.webbrowser

.. autoclass:: streamlink.webbrowser.cdp.client.CDPClient
.. autoclass:: streamlink.webbrowser.cdp.client.CDPClientSession
.. autoclass:: streamlink.webbrowser.cdp.client.CMRequestProxy
.. autoclass:: streamlink.webbrowser.cdp.connection.CDPBase
.. autoclass:: streamlink.webbrowser.cdp.connection.CDPConnection
.. autoclass:: streamlink.webbrowser.cdp.connection.CDPSession
.. autoclass:: streamlink.webbrowser.cdp.connection.CDPEventListener
.. autoclass:: streamlink.webbrowser.webbrowser.Webbrowser
.. autoclass:: streamlink.webbrowser.chromium.ChromiumWebbrowser