Skip to content

Releases: MacielG1/VodRecovery

VodRecovery 1.3.6

02 Nov 19:38
Compare
Choose a tag to compare
  • Updated SeleniumBase to 4.32.6

VodRecovery 1.3.5

26 Oct 19:42
Compare
Choose a tag to compare
  • Added an option to disable the progress bar.
  • Fixed the FFmpeg format selection.

VodRecovery 1.3.4

25 Oct 17:30
Compare
Choose a tag to compare
  • Updated Selenium base to 4.32.2
  • Improved datetime retrieval when duration is not found
  • Fixed unmuting VODs

VodRecovery 1.3.3

18 Oct 20:03
Compare
Choose a tag to compare
  • Added progress bar for the download
  • Updated dependencies
  • Improved filename handling on Linux
  • Added default support for additional video players

VodRecovery 1.3.2

26 Sep 15:17
Compare
Choose a tag to compare
  • Fixed input M3U8 file path for Linux and macOS when using yt-dlp.
  • Improved the read and write functionality for M3U8 files
  • Updated dependencies.
  • Cleaned up and refactored the code.

VodRecovery 1.3.1

23 Sep 23:15
Compare
Choose a tag to compare
  • Updated Selenium Base to version 4.31.0.
  • Improved support for streams longer than 24 hours.
  • Specified that manual datetime needs to be in 24-hour UTC format.
  • Cleaned up FFmpeg output.

VodRecovery 1.3.0

13 Sep 19:33
Compare
Choose a tag to compare
  • Added the option to set yt-dlp as the downloader (for non-trimmed downloads).
  • Introduced YT_DLP_OPTIONS in settings.json to allow custom yt-dlp options.
  • Updated SeleniumBase to version 4.30.8.
  • Added a fallback to the default folder if the selected folder is deleted.
  • Refactored and cleaned up the code for improved readability.

VodRecovery 1.2.15

31 Aug 12:34
Compare
Choose a tag to compare
  • Fixed Syntax for String Formatting (Thanks to @Linden10)

VodRecovery 1.2.14

30 Aug 22:26
Compare
Choose a tag to compare
  • Updated SeleniumBase to version 4.30.1 (fixes issue with retrieving the stream datetime using the browser)
  • Minor adjustments and code cleanup

VodRecovery 1.2.13

08 Aug 12:18
Compare
Choose a tag to compare
  • Updated SeleniumBase to version 4.29.8
  • Changed the UC mode method from sb.uc_gui_click_captcha() to sb.uc_gui_handle_captcha()