This repository was archived by the owner on Sep 23, 2023. It is now read-only.
Releases: beryxz/unifi-webex-dl
Releases · beryxz/unifi-webex-dl
v9.0.0
Feat
- Try to download recordings in two new ways.
- Apply the
fix_streams_with_ffmpeg
option to all recordings and not only to HLS streams. - Improved logging of the application.
Fix
- Progress bars disappeared without waiting for the others bars to finish.
- Library refactor to decouple it from the app.
v8.1.0
Feat
- Support for downloading a new type of recordings
Fix
- Progress bars were not shown after creation
v8.0.1
Fix
- Node 14 compatibility restored
- Updated dependencies
v8.0.0
Feat
- New optional config
fix_streams_with_ffmpeg
to fix downloaded HLS streams with FFmpeg. - Minor optimizations and general refactor of the libraries
- Prettified README Config section using tables
Fix
- Actually skip unfetchable courses (#7)
- Increased retries count to reduce webex random 404s
- Progress bars updates overwriting error logs
- Wrong errors propagation
v7.1.0
Feat
- Wait a few seconds before closing if an error occurred.
- Retry to download HLS playlist multiple times if Webex unexpectedly fails.
Fix
- Parallel download of recordings list wasn't working correctly.
- Missing error message when config file didn't exist.
v7.0.1
This version doesn't change any functionality.
From now onward, each release is going to be shipped with self-contained executables that don't require any external dependency. Add the configuration file and you're ready to go!
Segments parallel download
Feat
- Parallel download of HLS recordings' segments
- Improved stability when webex crashes
Windows reserved chars
Fix
- Handle windows reserved chars in folder names
- Better sanitize fetched recording names
New Webex API
Feat
- Improved logging messages
- Parallel recordings download
- Fetch recordings lists together
Fix
- New webex streaming apis url
- Download of mettings without password
- Removed not useful debug logs