nodiscc / hecat

Generic automation tool around data stored as plaintext YAML files
GNU General Public License v3.0
29 stars 5 forks source link

processors/archive_webpages: allow silencing wget output #130

Open nodiscc opened 9 months ago

nodiscc commented 9 months ago

The archive_webpages processor is very verbose when archiving pages, since its sends all wget output to stdout. There should be an option in the module options to silence wget output, or only display errors.