Download NHL.tv Streams with up to 720p60 and remove the commercial breaks
- You need A offical NHL.tv account to run this script! This is not for free!
- Mac or Linux. Sorry Windows users! You could maybe run it through Cygwin?
- python 2.7, aia2c, openssl, ffmpeg
usage: nhltv [-h] -t TEAMID [-u USERNAME] [-p PASSWORD] [-q QUALITY]
[-d DOWNLOAD_FOLDER] [-r] [-m]
nhltv: Download NHL TV
optional arguments:
-h, --help show this help message and exit
-t TEAMID, --team TEAMID
Team ID i.e. 17 or DET or Detroit
-u USERNAME, --username USERNAME
User name of your NHLTV account
-p PASSWORD, --password PASSWORD
Password of your NHL TV account
-q QUALITY, --quality QUALITY
is highest by default you can set it to 5000, 3500,
2500, 1800, 1200, 800, 450
-d DOWNLOAD_FOLDER, --download_folder DOWNLOAD_FOLDER
Output folder where you want to store your final file
like $HOME/Desktop/NHL/
-r, --retry Usually works fine without, Use this flag if you want
it perfect
-m, --mobile_video Set this to also encode video for mobile devices
Info: TO open a Terminal window:
- Press Command+Space and type Terminal and press enter/return key.
- Run in Terminal app:
Open a Terminal window and run:
sudo easy_install pip
In a Terminal window go to a folder of choice for the git clone and run:
git clone [email protected]:cmaxwe/dl-nhltv.git
sudo pip install .
You won't be able to use it without having aria2 and ffmpeg installed Below are instructions on how to do install aria2c and ffmpeg.
You can install aria2c and ffmpeg from pre-compiled binaries for from source
You probably want to be a developer for this.
- Press Command+Space and type Terminal and press enter/return key.
- Run in Terminal app:
- Run command below in Terminal window:
sudo xcode-select --install
- Click “install” button
- Click “Agree” on next window
- Wait for the command to finish.
- Run command below in Terminal window:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Run command below in Terminal window:
brew install aria2 ffmpeg
Note: Installation of ffmpeg will take some time as its compiled from scratch. Once done you should be able to run aria2 or ffmpeg in the Terminal window but you probably need to start a new Terminal.
We are going to download dl-nhltv
We are going to download ffmpeg pre-build binary and put it into /usr/local/bin as root user
We are going to install aria2c and start a new Terminal window.
- Open page https://github.com/cmaxwe/dl-nhltv
- Click “Code” tab
- Click “Clone or Download”
- Click “Download ZIP” Open with “Archive Utility”
- Once downloaded extract dl-nhltv-master.zip
- Move extracted folder to a location where you want to run dl-nhltv from
- Go to http://evermeet.cx/pub/ffmpeg/
- Find the dmg file with the highest version number like “ffmpeg-3.2.4.dmg”
- Download and Open with DiskImageMounter
- While on Finder User keyboard shortcut Apple+Shift+G to got to folder /usr/local/
- Authenticate with password (you need to do that a few times)
- create a new folder in /usr/local/ called "bin" (authenticate)
- change into folder bin
- drag and grop ffmpeg binary to the /usr/local/bin folder
Verify by opening a new Terminal window and type in
ffmpeg -h
You should see ffmpeg short help printed
- Go to http://mac.softpedia.com/get/Internet-Utilities/aria2.shtml
- Click “DOWNLOAD” top left corner
- Click either “External Mirror” or “Softpedia Secure Download (US)”
- DONT CLICK ANYTHING! wait for the download !
- In Downloads right click on the aria2.pkg file and select “open”
- Click install and authenticate.
Verify by starting a new Terminal window and type in
aria2c -h
You should get aria2c's help printed
On Linux this should be rather easy. Havent tried. Only painfull thing could be the python version. You need python 2.7 or higher. Might want to try 3 as some distries have 2.6 its apparently easier with python3
sudo apt-get install aria2 ffmpeg
For some distributions install ffmpeg follow howto of your choice like
note: havent tried this pure guesswork RHEL likes its python2.6 as its system version so you need to keep that.
- install aria2
sudo yum install aria2 ffmpeg
For some distributions install ffmpeg follow howto of your choice like
BEWARE ! This early version stores settings.json and temporary files in the folder you run it from! Temporary files can exceed 5GB on your drive you want at least 10GB free space! Best is to have a folder per team line to run the command in like $HOME/NHL/Detroit /$HOME/NHL/Capitals etc..
- Press Command+Space and type Terminal and press enter/return key.
- Run in Terminal app
nhltv -t Detroit
When it runs it will check the nhl.tv servers for a new game for your team and if it finds it then it will download it. Then after it downloads it will do a loop and start looking for the next game. It saves the id of the last game in settings.json in the folder you ran it from so if you aren't getting the results you expect then take a look at the settings.json file and set the game id manually to be lower than the gameid you want to download. It also saves the username and password in the settings.json file when you pass it in via -u -p. Otherwise it will ask when the cookies run old.
dl-nhltv downloads the parts of a stream into a temp/ subfolder below the folder you started from. Per game you have a different log file for the download. You can watch the progress of the download by looking into the temp folder.