summaryrefslogtreecommitdiffstats
path: root/gallery_dl/option.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/option.py')
-rw-r--r--gallery_dl/option.py5
1 files changed, 5 insertions, 0 deletions
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
@@ -287,6 +287,11 @@ def build_parser():
"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",
help="Print a list of available extractor modules",