.. module:: streamlink
This ia reference of all the available API methods in Streamlink.
.. autofunction:: streams
.. autoclass:: Streamlink :members:
.. module:: streamlink.plugin
.. autoclass:: Plugin :members:
All streams inherit from the :class:`Stream` class.
.. module:: streamlink.stream
.. autoclass:: Stream :members:
You are able to inspect the parameters used by each stream, different properties are available depending on stream type.
.. autoclass:: AkamaiHDStream :members:
.. autoclass:: HDSStream :members:
.. autoclass:: HLSStream :members:
.. autoclass:: HTTPStream :members:
.. autoclass:: RTMPStream :members:
Streamlink has three types of exceptions:
.. autoexception:: streamlink.StreamlinkError
.. autoexception:: streamlink.PluginError
.. autoexception:: streamlink.NoPluginError
.. autoexception:: streamlink.StreamError