OpenMediaVault-Plugin-Developers / openmediavault-downloader

OpenMediaVault plugin for downloading files
11 stars 11 forks source link

Request: Support for ARD #15

Closed EndlessEden closed 9 months ago

EndlessEden commented 3 years ago

Aria2 is a powerful download manager, however some features are severely lacking like recursive functionality. the python script ARD(https://github.com/mattzab/Aria2-Recursive-Download - This fork is more up-to-date) provides this functionality.

Adding or cloning theses features into this plugin would provide much needed functionality.

ryecoaaron commented 3 years ago

The plugin is current using aria2 package from the Debian repos. I would prefer to not have to package ARD or include it with the plugin. If wget was added, would you still need aria2 with recursive abilities?