dsem / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV account is required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best way to download NHL.TV games (both live and archive) to your Mac, PC or Linux. NHL.TV account is required. You should 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.

Demo

Usage

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.

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.

With Docker

  • Run docker-compose run --rm nhltv in the directory where you've unzipped code to.

Without Docker, much less resource hungry, instructions for macOS

  • Install dependencies with brew install yarn streamlink ffmpeg.
  • Run yarn install in the directory where you've unzipped code to.
  • Run yarn start in the directory where you've unzipped code to.

Credits

Loosely based on

Special credit to StevensNJD4 and his awesome LazyMan app.

About

Best way to download NHL games. NHL.TV account is required.

License:MIT License


Languages

Language:TypeScript 98.6%Language:Dockerfile 1.4%