Skip to content

abyss-dl-1.5.jar

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 14:00
· 3 commits to master since this release

Release Notes - Version 1.5

New Features:

  • 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.