REFRESH Last 7.1.1
1) All changes currently made to the streamlink library version on GitHub are included (as of 07/01/2025
2) Added support for --plugin-dir and --locale parameters when starting a proxy.
--help
Show this help message and exit.
--plugin-dir DIRECTORY
Load plugins from this directory.
Can be set multiple times to load plugins from multiple directories.
--locale LOCALE
Override the system's locale setting, for selecting the preferred subtitle and audio language.
The locale is formatted as [language_code]_[country_code], e.g. en_US or es_ES.
Default is: system locale.
For example, I have a folder with my own plugins written for streamlink
Код: [Выделить]
streamlinkproxy start --plugin-dir /hdd/my_plugins --locale uk_UA
In this case, in addition to all the plugins built by default into the streamlink library, the ones I put in the "/hdd/my_plugins" folder will be loaded as well