Skip to content

Commit 1edc87a

Browse files
committed
update
1 parent a78551d commit 1edc87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

range_batch_downloader/src.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def main():
2020
url_end = None
2121
if args.ue:
2222
url_end = args.ue
23-
download_string = 'wget "{url_start}{current}{url_end}"'
23+
download_string = ' wget "{url_start}{current}{url_end}" --user-agent="Mozilla"'
2424
for i in range(number_start, number_end+1):
2525
formatted_string = download_string.format(url_start=url_start,
2626
current=str(i), url_end=url_end)

0 commit comments

Comments
 (0)