Best way to download NHL games (both live and archive) to your Mac, PC or Linux. An active account to at least one provider is required. You should be familiar with terminal.
Currently supported providers:
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.
If using NHL.TV, edit config.yaml
to set email and password (these are not stored anywhere else and used only to login).
If using WatchESPN, the app will give you a code for ESPN+ feeds that you have to enter at https://espn.com/activate (every 6 months). For ESPN channels, the app will give you a code that you have to enter at https://es.pn/appletv (every 12 months).
Explore other options available in config.yaml
.
Video will be downloaded to ./video
folder. This location can be customized in .env
file.
Download latest version of this repository and unzip it anywhere.
docker-compose build --no-cache
to rebuild the docker container with the latest dependencies.docker-compose run --rm nhltv
in the directory where you've unzipped code to.docker-compose run --rm nhltv yarn start --help
for info on command line options.brew install yarn streamlink ffmpeg
.yarn install
in the directory where you've unzipped code to.yarn start
in the directory where you've unzipped code to.yarn start --help
for info on command line options.Loosely based on
Special credit to StevensNJD4 and his awesome LazyMan app.