Merge branch 'feature-download-delay' of https://github.com/dwbfox/bulk-downloader-for-reddit into dwbfox-feature-download-delay
This commit is contained in:
@@ -164,6 +164,12 @@ class Arguments:
|
||||
action="store_true",
|
||||
help="Just saved posts into a the POSTS.json file without downloading")
|
||||
|
||||
parser.add_argument(
|
||||
"--download-delay",
|
||||
metavar="DELAY",
|
||||
type=int,
|
||||
help="Amount, in seconds, to delay before beginning the next item in the download queue")
|
||||
|
||||
if arguments == []:
|
||||
return parser.parse_args()
|
||||
return parser.parse_args(arguments)
|
||||
|
||||
Reference in New Issue
Block a user