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