kompot / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV, NHL LIVE, or WatchESPN account is required.
MIT License
35 stars 7 forks source link

Choose game enhancements #39

Closed rseanhall closed 5 years ago

rseanhall commented 5 years ago

Display no streams available if the game has already started. Display no games found if no dates are returned. Write the games JSON to disk to make debugging easier, while also verifying that tmp is writable before trying to login.

Addresses #31.

rseanhall commented 5 years ago

@kompot The situation of no streams being available really should only happen during the preseason, when some games are not televised. However, I see that you had created an issue where you saw this during the regular season. Perhaps I could modify the code to assume that a stream is always available for a regular season game? The problem is that you can't download a game when the API didn't give you the stream details.

rseanhall commented 5 years ago

image

image

kompot commented 5 years ago

Let's stick to your current implementation and will correct if something goes wrong. Thanks!