Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Releases: beryxz/unifi-webex-dl

v9.0.0

08 May 23:15
Compare
Choose a tag to compare

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

04 May 01:27
Compare
Choose a tag to compare

Feat

  • Support for downloading a new type of recordings

Fix

  • Progress bars were not shown after creation

v8.0.1

03 Mar 19:59
Compare
Choose a tag to compare

Fix

  • Node 14 compatibility restored
  • Updated dependencies

v8.0.0

29 Nov 18:13
Compare
Choose a tag to compare

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

18 Oct 13:45
Compare
Choose a tag to compare

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

13 Oct 22:27
Compare
Choose a tag to compare

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

13 Oct 21:21
Compare
Choose a tag to compare

Feat

  • Parallel download of HLS recordings' segments
  • Improved stability when webex crashes

Windows reserved chars

11 Oct 17:30
Compare
Choose a tag to compare

Fix

  • Handle windows reserved chars in folder names
  • Better sanitize fetched recording names

New Webex API

11 Oct 17:27
Compare
Choose a tag to compare

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