Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
NHL.com Playlist Support #21737
NHL.com Playlist Support #21737
Comments
|
For anyone else having this similar issue, a user on reddit was nice enough to provide a python scraper to provide the video links for ytdl to then download: shoutout to @nicholasserra for the script and for answering my follow up questions |
Checklist
Verbose log
Description
I've been using youtube-dl for quite some time for backing up my youtube channels and favorite playlists using a script on my Ubuntu Server 18.04 machine, and it has been working great.
I just found out that youtube-dl is also able to download videos from NHL.com (and the team websites, since all sites are run by the NHL), and while links for individual videos work, playlist links don't seem to work.
When I run my script using a link to a single nhl.com video (https://www.nhl.com/devils/video/1-on-1--mark-dennehy/t-277437418/c-68631703), it downloads without issue. However, when I run the exact same script with the playlist link (https://www.nhl.com/devils/video/t-277437418), as you can see above, I get an error that it is an unsupported URL.
Is it possible to add support for playlist links for NHL.com?
Thanks so much