-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.wgetrc
29 lines (20 loc) · 861 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
# Use the server-provided last modification date, if available
timestamping = on
# Do not go up in the directory when downloading recursively
no_parent = on
# Wait 60 seconds before timing out. This applied to all timeouts: DNS, connect and read.
timeout = 60
# Retry a few times when download fials
tries = 5
# Retry even when the connection was refused
retry_connrefused = on
# Use the last component of a redirection URL for the local file name
trust_server_names = on
# Add .html, .css extensions to `text/html or `application/xhtml+xml` and `text/css` files rescpectively
adjust_extension = on
# Ignore `robots.txt` and `<meta name=robots contents=nofollow>`
robots = off
# Print the HTTP and FTP server responses
server_response = on
# Disguide as firefox on windows
user_agent = Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0