v1.8.0: CLI and Abort Improvements #6
MPZ-00
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings major improvements to the command-line interface, custom filename generation, and graceful abort handling for
voe-dl.New Features
Custom Filename Generation
--nameflag: Set custom base names for downloaded videos--numberingflag: Automatically add episode numbering in S##E## format--name#:title prefix: Set a custom title for batch downloads by adding#: Titleas the first line in your links fileDry-Run Mode
--dry-runflag: Test your download setup without actually downloading filesGraceful Abort Handling
.partfiles after abortDownloadAbortedExceptionfor clearer error handlingEnhanced CLI
-u(single URL) and-l(list file) are now properly validated-wflag (default: 4)Improvements
Multi-Threading Enhancements
copy.copy()Better User Experience
Bug Fixes
PermissionErrorwhen cleaning up.partfiles during active downloadsCancelledErrortracebacks appearing in consoleDocumentation
Credits
Special thanks to all contributors and the GitHub Copilot review system for helping improve code quality!
Installation
Download
voe-dl.exefrom the releases page or run from source:git clone https://github.com/MPZ-00/voe-dl.git cd voe-dl pip install -r requirements.txt python dl.py -hExample Usage
Full Changelog: v1.7.3...v1.8.0
This discussion was created from the release v1.8.0: CLI and Abort Improvements.
Beta Was this translation helpful? Give feedback.
All reactions