Releases: MacielG1/VodRecovery
Releases · MacielG1/VodRecovery
VodRecovery 1.3.6
VodRecovery 1.3.5
- Added an option to disable the progress bar.
- Fixed the FFmpeg format selection.
VodRecovery 1.3.4
- Updated Selenium base to 4.32.2
- Improved datetime retrieval when duration is not found
- Fixed unmuting VODs
VodRecovery 1.3.3
- Added progress bar for the download
- Updated dependencies
- Improved filename handling on Linux
- Added default support for additional video players
VodRecovery 1.3.2
- 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
- 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
- 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
- Fixed Syntax for String Formatting (Thanks to @Linden10)
VodRecovery 1.2.14
- 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
- Updated SeleniumBase to version 4.29.8
- Changed the UC mode method from
sb.uc_gui_click_captcha()
tosb.uc_gui_handle_captcha()