-
Notifications
You must be signed in to change notification settings - Fork 0
/
.wgetrc
47 lines (31 loc) · 925 Bytes
/
.wgetrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Retry a few times when a download fails.
tries = 10
# Retry even if connection is refused.
retry_connrefused = on
# Don't re-retrieve files unless newer than local.
timestamping = on
# Print server response.
server_response = on
# Set all timeout values.
timeout = 60
# Save HTML/CSS documents with proper extensions.
adjust_extension = on
# Use the last component of a redirection URL for the local file name.
trust_server_names = on
# Don't ascend to the parent directory.
no_parent = on
# Setting this to off makes Wget not download /robots.txt file.
robots = on
# force ipv4
inet4_only = on
# disable ip6
inet6_only = off
user_agent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.457
# Wait 15 seconds between retries
waitretry = 15
# Save FTP files locally
glob = on
# Enable HTTPS support
https_only = on
# Check SSL certificates
check_certificate = on