tarkah / lazystream

Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.
106 stars 17 forks source link

NHL M3U Creation Fails, MLB Working #80

Closed SoSJames closed 2 years ago

SoSJames commented 2 years ago

Now that NHL preseason has begun, I'm seeing that the script fails to retrieve NHL games (which are available from Lazyman/NHLGames). Trying to create an M3U causes this error:

thread 'main' panicked at 'called Option::unwrap() on a None value', src/stream.rs:324:14 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

tarkah commented 2 years ago

Just pushed a fix for this in the latest release https://github.com/tarkah/lazystream/releases/tag/v1.11.7

SoSJames commented 2 years ago

As usual, you're the best! Thanks!