diff options
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 " |
