- using git
# install
git clone https://github.com/community-plugins/streamlink-plugins $HOME/.local/share/streamlink
# update
cd "$HOME/.local/share/streamlink"
git pull --rebase
Some plugins may require an additional dependency, cloudscraper, to access a website's cloudflare-protected public API. You can download it if you encounter any issues.
- pip install cloudscraper
- For Windows users with streamlink builds which come bundled with an embedded Python environment, regular pip will not suffice and a ModuleNotFoundError will be raised when running streamlink. You can fix this by adding
--target=<StreamLinkInstallPath>\pkgs
- For Windows users with streamlink builds which come bundled with an embedded Python environment, regular pip will not suffice and a ModuleNotFoundError will be raised when running streamlink. You can fix this by adding
- check Record for more usage.