ferenda
ferenda copied to clipboard
Better error handling
The parse action is able to recover if a single downloaded file fails to parse, and still parses other files, however the download action is unable to do so, e.g. after a 404 error or a timeout. It would be good with an option --fail-on-error, without which errors are ignored.