A Streamlink plugin that enables watching WNBA League Pass content through the Streamlink CLI.
This plugin allows you to stream video content from WNBA League Pass using Streamlink. It supports both live games and video-on-demand content with proper authentication.
- Copy the
leaguepass.py
file to your Streamlink plugins directory:- Windows:
%APPDATA%\streamlink\plugins\
- Linux/macOS:
~/.config/streamlink/plugins/
- Windows:
Some VOD and streams are available without authentication:
streamlink "https://leaguepass.wnba.com/video/12345" best
For content requiring a WNBA League Pass subscription:
streamlink --leaguepass-email YOUR_EMAIL --leaguepass-password YOUR_PASSWORD "https://leaguepass.wnba.com/live/12345" best
Parameter | Description |
---|---|
--leaguepass-email |
Your WNBA League Pass account email (only required for subscription content) |
--leaguepass-password |
Your WNBA League Pass account password (only required for subscription content) |
- Live games:
https://leaguepass.wnba.com/live/{game_id}
- Videos:
https://leaguepass.wnba.com/video/{video_id}
This project is licensed under the Unlicense - see the LICENSE file for details.