|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## [v1.5.1] - Documentation Updates |
| 8 | +**Release Date**: 2025-04-06 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Updated `README.md` with detailed usage instructions, including examples for single and batch downloads. |
| 12 | +- Added information about the `-w` argument for parallel downloads. |
| 13 | +- Included troubleshooting tips and common error fixes. |
| 14 | + |
| 15 | +### Changed |
| 16 | +- Improved the `help()` function to include a description of the `-w` argument. |
| 17 | + |
| 18 | +--- |
| 19 | + |
| 20 | +## [v1.5.0] - Improved Source Detection and Bait Handling |
| 21 | +**Release Date**: 2025-04-06 |
| 22 | + |
| 23 | +### Added |
| 24 | +- Introduced functionality to identify and ignore "bait" sources using a predefined list. |
| 25 | +- Enhanced Method 6 to support additional patterns like `var a168c = '...'` for extracting encoded sources. |
| 26 | +- Added a `clean_base64` function to safely handle and validate Base64 strings. |
| 27 | + |
| 28 | +### Changed |
| 29 | +- Improved error handling and debugging output for better traceability. |
| 30 | +- Ensured flexibility by allowing easy extension of "bait" patterns and encoded source patterns. |
| 31 | + |
| 32 | +--- |
| 33 | + |
| 34 | +## [v1.4.0] - Forked by MPZ-00 |
| 35 | +**Release Date**: 2025-01-14 |
| 36 | + |
| 37 | +### Changed |
| 38 | +- General improvements and fixes to the downloader script. |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +## [v1.3.1] - Forked by HerobrineTV |
| 43 | +**Release Date**: 2025-03-15 |
| 44 | + |
| 45 | +### Fixed |
| 46 | +- Resolved issues with finding download links. |
| 47 | +- Updated the script to handle changes in voe.sx URLs, including Base64-encoded keys. |
| 48 | +- Added more user agents to better mimic browser behavior. |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +## [v1.2.4] - Initial Stable Release |
| 53 | +**Release Date**: 2024-07-15 |
| 54 | + |
| 55 | +### Added |
| 56 | +- Basic functionality to download single and multiple videos from `voe.sx`. |
| 57 | +- Support for batch downloads using a file with links. |
| 58 | +- Output videos saved in the same folder where the script is executed. |
| 59 | + |
| 60 | +--- |
| 61 | + |
| 62 | +## [v1.2.3] - Help Description Updated |
| 63 | +**Release Date**: 2024-07-14 |
| 64 | + |
| 65 | +### Changed |
| 66 | +- Revised the help descriptions to provide clearer guidance on the tool's usage. |
| 67 | + |
| 68 | +--- |
| 69 | + |
| 70 | +## [v1.2.2] - Site Update Compatibility |
| 71 | +**Release Date**: 2024-04-21 |
| 72 | + |
| 73 | +### Fixed |
| 74 | +- Adjusted the script to accommodate changes made to the voe.sx site. |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## [v1.2.1] - Site Structure Adaptation |
| 79 | +**Release Date**: 2024-02-26 |
| 80 | + |
| 81 | +### Fixed |
| 82 | +- Updated the script in response to structural changes on the voe.sx site to ensure continued functionality. |
| 83 | + |
| 84 | +--- |
| 85 | + |
| 86 | +## [v1.2.0] - Site Structure Update |
| 87 | +**Release Date**: 2024-02-23 |
| 88 | + |
| 89 | +### Fixed |
| 90 | +- Modified the script to align with recent changes to the voe.sx site. |
| 91 | + |
| 92 | +--- |
| 93 | + |
| 94 | +## [v1.1.1] - Extended Support for Embedded Links |
| 95 | +**Release Date**: 2023-05-11 |
| 96 | + |
| 97 | +### Added |
| 98 | +- Added functionality to handle embedded voe.sx links, expanding the tool's versatility. |
| 99 | + |
| 100 | +--- |
| 101 | + |
| 102 | +## [v1.1.0] - HLS Stream Download Support |
| 103 | +**Release Date**: 2023-04-21 |
| 104 | + |
| 105 | +### Added |
| 106 | +- Introduced support for downloading HLS streams from voe.sx, addressing the removal of direct MP4 links from the site. |
| 107 | + |
| 108 | +--- |
| 109 | + |
| 110 | +## [v1.0.1] - Bug Fix |
| 111 | +**Release Date**: 2023-02-24 |
| 112 | + |
| 113 | +### Fixed |
| 114 | +- Implemented a minor bug fix caused by changes on the voe.sx platform to maintain download reliability. |
| 115 | + |
| 116 | +--- |
| 117 | + |
| 118 | +## [v1.0.0] - Initial Release |
| 119 | +**Release Date**: 2023-01-18 |
| 120 | + |
| 121 | +### Added |
| 122 | +- Launched the first version of `voe-dl`, a Python-based downloader for voe.sx videos. |
| 123 | +- Provided both Windows and Linux executables. |
0 commit comments