hb-downloader
hb-downloader copied to clipboard
Add support for filtering files by size and extension
This pull request adds support for filtering the files that should be downloaded according to:
- their file size, setting
max-file-size
in the configuration - the filename extensions (for instance
.pdf
), listing them in the configuration under the keyfile-extensions
. When not given, all the file regardless of their extension are downloaded.