Releases: abdlhay/AbyssVideoDownloader
abyss-dl-1.6.1
- Updated video metadata extraction and segment downloading to match site changes.
- Refactored
CryptoHelper: removed unused methods and added decrypt-to-string function. - Cleaned up model classes to reflect updated site data.
abyss-dl-1.6.0
- replace curl-impersonate with impersonator-okhttp
abyss-dl-1.5.13.jar
- fix : adjust how javascript code is built in AbyssJsCodeExtractor
abyss-dl-1.5.12.jar
- resolve failure when attempting to extract script from html page
- bugs fixed
abyss-dl-1.5.10.jar
v1.5.10 fix #28
abyss-dl-1.5.8.jar
Add support for custom curl path via --curl
abyss-dl-1.5.7.jar
Release Notes - Version 1.5.7
fixed HTTP 403 errors on Linux by using curl-impersonate-chrome to bypass CF blocking that was set by owners to block incoming http requests from Linux
no breaking changes windows remain unchanged
New Features 1.5:
-
Download Resume Support
Added resume functionality for interrupted downloads, allowing continuation from the last segment. -
Direct Video ID/URL and Resolution Input
Users can now specify video IDs/URLs and resolutions (h,m,l) directly in arguments. Default resolution ishigh.
Example:java -jar abyss-dl.jar id3 h -
Support for Multiple Video Downloads
Multiple video IDs/URLs can be provided for batch downloads in a single command.
Example:java -jar abyss-dl.jar id1 h,id2 m,id3 l -
Improved ASCII Progress Bar
Enhanced progress bar with real-time updates and time estimations in[00:00:00 / 00:00:00]format.
abyss-dl-1.4.jar
Release Notes
Logging Enhancement
- Introduced a robust logging system with multiple verbosity levels: success, debug, info, warn, and error.
- Improved log output formatting with colored messages for better readability.
- Enhanced application monitoring and debugging capabilities through configurable verbosity settings.
abyss-dl-1.3.jar
[v1.3] - 2024-10-22
- Added Parallel Download Support: Users can now download multiple videos simultaneously, improving download efficiency and speed.
- Added New Providers for scraping video ID
Improvements
- Implemented ProGuard: Added ProGuard configuration to shrink the JAR file, reducing its size and optimizing performance by removing unused code.
abyss-dl-1.2.jar
[v1.2] - 2024-10-22
New Features
- Provider Interface:
- Introduced a standardized
Providerinterface for scraping video ID from various sources.
- Introduced a standardized
Improvements
- Modularized the scraping logic to make it easier to extend support for additional providers in the future.