-
Notifications
You must be signed in to change notification settings - Fork 0
/
.wgetrc
68 lines (53 loc) · 2.15 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# 888
# 888
# 888
# 888 888 888 .d88b. .d88b. 888888 888d888 .d8888b
# 888 888 888 d88P"88b d8P Y8b 888 888P" d88P"
# 888 888 888 888 888 88888888 888 888 888
# d8b Y88b 888 d88P Y88b 888 Y8b. Y88b. 888 Y88b.
# Y8P "Y8888888P" "Y88888 "Y8888 "Y888 888 "Y8888P
# 888
# Y8b d88P
# "Y88P"
#
# -------------------------------------------------------------------------
# Version: 0.1
# File: .wgetrc
# Source: https://github.com/devpunks
# Author: Ahmid-Ra (github.com/snuggs)
# Maintainer: devPunks <https://github.com/devpunks>
# Description: wget startup configuration file
# -------------------------------------------------------------------------
#
# - https://gnu.org/software/wget/manual/wget.html#Startup-File
# verbose wget
verbose = on
# continue download
continue = on
# Progress bar
progress = bar
# Use the server-provided last modification date, if available
timestamping = on
# Do not go up in the directory structure when downloading recursively
no_parent = on
# Wait 60 seconds before timing out. This applies to all timeouts: DNS, connect and read. (The default read timeout is 15 minutes!)
timeout = 10
# Retry a few times when a download fails, but don’t overdo it. (The default is 20!)
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
# Follow FTP links from HTML documents by default
follow_ftp = on
# Add a `.html` extension to `text/html` or `application/xhtml+xml` files that lack one, or a `.css` extension to `text/css` files that lack one
adjust_extension = on
# Ignore `robots.txt` and `<meta name=robots content=nofollow>`
robots = off
# Print the HTTP and FTP server responses
server_response = on
# Stop wget from creating ~/.wget-hsts file. I don't care about HSTS (HTTP Strict Transport Security)
hsts = off
# Disguise as IE 9 on Windows 7
user_agent = Lynx/2.8.9rel.1 libwww-FM/2.14 SSL-MM/1.4.1