From 30dee4697019389ef29458b2e3931adc976389b2 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 11 Dec 2023 01:12:30 -0500 Subject: New upstream version 1.26.4. --- gallery_dl/option.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gallery_dl/option.py') diff --git a/gallery_dl/option.py b/gallery_dl/option.py index 255d9f2..72a602f 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -286,6 +286,11 @@ def build_parser(): help=("Print a list of available keywords and example values " "for the given URLs"), ) + output.add_argument( + "-e", "--error-file", + dest="errorfile", metavar="FILE", action=ConfigAction, + help="Add input URLs which returned an error to FILE", + ) output.add_argument( "--list-modules", dest="list_modules", action="store_true", -- cgit v1.2.3