diff options
| author | 2023-12-11 01:12:30 -0500 | |
|---|---|---|
| committer | 2023-12-11 01:12:30 -0500 | |
| commit | 30dee4697019389ef29458b2e3931adc976389b2 (patch) | |
| tree | 9c627d0f873d3d2efe5a1c3881a5feaec3acf5d4 /gallery_dl/option.py | |
| parent | 2a817af4fe41289fa705bdc5ee61372333f43996 (diff) | |
New upstream version 1.26.4.upstream/1.26.4
Diffstat (limited to 'gallery_dl/option.py')
| -rw-r--r-- | gallery_dl/option.py | 5 |
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", |
