dotfiles/files/dl/.wgetrc

38 lines
1.3 KiB
Plaintext
Raw Normal View History

2012-09-22 00:30:00 +00:00
# Use the server-provided last modification date, if available
2015-06-14 19:27:04 +00:00
#timestamping = on
2012-09-22 00:30:00 +00:00
# Do not go up in the directory structure when downloading recursively
2018-12-17 18:29:30 +00:00
# no_parent = on
2012-09-22 00:30:00 +00:00
# Wait 60 seconds before timing out. This applies to all timeouts: DNS, connect and read. (The default read timeout is 15 minutes!)
2017-12-28 03:59:02 +00:00
timeout = 3
2012-09-22 00:30:00 +00:00
# Retry a few times when a download fails, but dont overdo it. (The default is 20!)
2017-12-28 03:59:02 +00:00
tries = 1
2012-09-22 00:30:00 +00:00
# Retry even when the connection was refused
2017-12-28 03:59:02 +00:00
retry_connrefused = off
2012-09-22 00:30:00 +00:00
# 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
2017-12-28 03:59:02 +00:00
# follow_ftp = on
2012-09-22 00:30:00 +00:00
# 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
2016-10-03 11:46:31 +00:00
#adjust_extension = on
2012-09-22 00:30:00 +00:00
# Use UTF-8 as the default system encoding
# Disabled as it makes `wget` builds that dont support this feature unusable.
# Does anyone know how to conditionally configure a wget setting?
# http://unix.stackexchange.com/q/34730/6040
#local_encoding = UTF-8
# Ignore `robots.txt` and `<meta name=robots content=nofollow>`
robots = off
# Print the HTTP and FTP server responses
2018-12-17 18:29:30 +00:00
server_response = off
2012-09-22 00:30:00 +00:00
2018-12-17 18:29:30 +00:00
user_agent = Mozilla/Gecko/Firefox/58.0
2021-08-24 09:16:22 +00:00
content_disposition = on