Releases: 2bc4/twitch-hls-client
Releases · 2bc4/twitch-hls-client
1.3.13
1.3.12
1.3.11
- Remove stale playlist caches after 48 hours
- Fix
--print-streams
requiring quality to be set - Fix comma being displayed if only one stream with
--print-streams
- Check if playlist cache directory is a directory and isn't readonly
- Don't abort build on warnings
- Cleanup/slightly optimize
1.3.10
- Add
--playlist-cache-dir
- Fix a bug with some args being position dependent
- Throw an error when passing an unrecognized arg instead of silently ignoring
- Reformat
--help
into categories
1.3.9
- Add
--force-playlist-url
- Bump user agent and
player_version
- Bump dependencies
1.3.8
- Don't exit if player is closed while recording
1.3.7
- Bump user agent
- Update
player_version
query param - Bump dependencies
1.3.6
1.3.5
- Update to rustls 0.23
- Only enable rustls
logging
feature ifdebug-logging
feature is enabled
1.3.4
- Clear worker URL queue and skip ahead if any segment 404s
- Hide first http error (most of the time it continues fine after one retry)