Skip to content

Releases: abdlhay/AbyssVideoDownloader

abyss-dl-1.6.1

09 Dec 17:37

Choose a tag to compare

  • 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

09 Sep 14:32

Choose a tag to compare

abyss-dl-1.5.13.jar

31 Aug 15:04

Choose a tag to compare

  • fix : adjust how javascript code is built in AbyssJsCodeExtractor

abyss-dl-1.5.12.jar

18 Aug 15:11

Choose a tag to compare

  • resolve failure when attempting to extract script from html page
  • bugs fixed

abyss-dl-1.5.10.jar

18 Jun 21:30

Choose a tag to compare

v1.5.10

fix #28

abyss-dl-1.5.8.jar

01 Jun 16:49

Choose a tag to compare

Add support for custom curl path via --curl

abyss-dl-1.5.7.jar

21 Nov 14:00

Choose a tag to compare

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 is high.
    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

26 Oct 15:33

Choose a tag to compare

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

22 Oct 20:35

Choose a tag to compare

[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

22 Oct 01:10

Choose a tag to compare

[v1.2] - 2024-10-22

New Features

  • Provider Interface:
    • Introduced a standardized Provider interface for scraping video ID from various sources.

Improvements

  • Modularized the scraping logic to make it easier to extend support for additional providers in the future.