Commit 45363a95 authored by Eric Duminil's avatar Eric Duminil
Browse files

TODO

parent 5e0360e8
...@@ -224,6 +224,7 @@ if __name__ == "__main__": ...@@ -224,6 +224,7 @@ if __name__ == "__main__":
parser.add_argument( parser.add_argument(
"-r", "--retries", type=int, default=3, help="Maximum number of retry attempts per file (default: 3)" "-r", "--retries", type=int, default=3, help="Maximum number of retry attempts per file (default: 3)"
) )
# TODO: Add sleep too? ~ 3s by default?
args = parser.parse_args() args = parser.parse_args()
download_all_files(args.metalink, args.output, args.tmp, args.jobs, args.retries) download_all_files(args.metalink, args.output, args.tmp, args.jobs, args.retries)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment