Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
Germany Open-Data CityGML
Commits
45363a95
Commit
45363a95
authored
Oct 29, 2025
by
Eric Duminil
Browse files
TODO
parent
5e0360e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
download_metalink.py
View file @
45363a95
...
...
@@ -224,6 +224,7 @@ if __name__ == "__main__":
parser
.
add_argument
(
"-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
()
download_all_files
(
args
.
metalink
,
args
.
output
,
args
.
tmp
,
args
.
jobs
,
args
.
retries
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment