MyNixOS website logo
option

programs.streamlink.plugins.<name>.src

Source of the custom plugin. The value should be a path to the plugin file, or the text of the plugin code. Will be linked to $XDG_DATA_HOME/streamlink/plugins/<name>.py (linux) or Library/Application Support/streamlink/plugins/<name>.py (darwin).

Declarations
Type
null or absolute path or strings concatenated with "\n"
Default
null
Example
./custom_plugin.py