diff options
| author | 2026-01-06 04:24:52 -0500 | |
|---|---|---|
| committer | 2026-01-06 04:24:52 -0500 | |
| commit | 385e4bfb1e426d23417ac788a6f44d639e226c89 (patch) | |
| tree | e64f04e19d63014d48e3b5272ce112c637236ba7 /gallery_dl/option.py | |
| parent | a24ec1647aeac35a63b744ea856011ad6e06be3b (diff) | |
New upstream version 1.31.2.upstream/1.31.2upstream
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 a47d8cd..82efcc9 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -529,6 +529,11 @@ def build_parser(): "(e.g. 2.7 or 2.0-3.5)"), ) downloader.add_argument( + "--sleep-skip", + dest="sleep-skip", metavar="SECONDS", action=ConfigAction, + help=("Number of seconds to wait after skipping a file download"), + ) + downloader.add_argument( "--sleep-request", dest="sleep-request", metavar="SECONDS", action=ConfigAction, help=("Number of seconds to wait between HTTP requests " |
