hb-downloader icon indicating copy to clipboard operation
hb-downloader copied to clipboard

Add support for filtering files by size and extension

Open salva opened this issue 4 years ago • 1 comments

This pull request adds support for filtering the files that should be downloaded according to:

  1. their file size, setting max-file-size in the configuration
  2. the filename extensions (for instance .pdf), listing them in the configuration under the key file-extensions. When not given, all the file regardless of their extension are downloaded.

salva avatar Jan 30 '21 23:01 salva