We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78551d commit 1edc87aCopy full SHA for 1edc87a
range_batch_downloader/src.py
@@ -20,7 +20,7 @@ def main():
20
url_end = None
21
if args.ue:
22
url_end = args.ue
23
- download_string = 'wget "{url_start}{current}{url_end}"'
+ download_string = ' wget "{url_start}{current}{url_end}" --user-agent="Mozilla"'
24
for i in range(number_start, number_end+1):
25
formatted_string = download_string.format(url_start=url_start,
26
current=str(i), url_end=url_end)
0 commit comments