Best way to download NHL.TV games (both live and archive) to your Mac, PC or Linux. NHL.TV account is required. You need Docker installed to run this and be familiar with terminal.
Blackouts are not worked around in any way. This game is blacked out in your region. Try using VPN or select another game.
message will be displayed in that case.
-
Download latest version of this repository and unzip it anywhere.
-
Edit
config.yaml
to set email and password (these are not stored anywhere else and used only to login to official NHL sites). Explore other options available. -
Run
docker-compose run --rm nhltv
in the directory where you've unzipped it to.
-
Wait for several minutes for image to be built.
-
Select game and stream type.
-
Video will be downloaded to
./video
folder. This location can be customized in.env
file.
Loosely based on
- https://github.com/timewasted/xbmc-nhl-gamecenter
- https://github.com/eracknaphobia/plugin.video.nhlgcl
- https://github.com/cmaxwe/dl-nhltv
Special credit to StevensNJD4 and his awesome LazyMan app.