remove some unicode chars
This commit is contained in:
6
.wgetrc
6
.wgetrc
@@ -1,5 +1,5 @@
|
|||||||
# Use the server-provided last modification date, if available
|
# Use the server-provided last modification date, if available
|
||||||
timestamping = on
|
imestamping = on
|
||||||
|
|
||||||
# Do not go up in the directory structure when downloading recursively
|
# Do not go up in the directory structure when downloading recursively
|
||||||
no_parent = on
|
no_parent = on
|
||||||
@@ -7,7 +7,7 @@ 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!)
|
# Wait 60 seconds before timing out. This applies to all timeouts: DNS, connect and read. (The default read timeout is 15 minutes!)
|
||||||
timeout = 60
|
timeout = 60
|
||||||
|
|
||||||
# Retry a few times when a download fails, but don’t overdo it. (The default is 20!)
|
# Retry a few times when a download fails, but don't overdo it. (The default is 20!)
|
||||||
tries = 3
|
tries = 3
|
||||||
|
|
||||||
# Retry even when the connection was refused
|
# Retry even when the connection was refused
|
||||||
@@ -23,7 +23,7 @@ follow_ftp = on
|
|||||||
adjust_extension = on
|
adjust_extension = on
|
||||||
|
|
||||||
# Use UTF-8 as the default system encoding
|
# Use UTF-8 as the default system encoding
|
||||||
# Disabled as it makes `wget` builds that don’t support this feature unusable.
|
# Disabled as it makes `wget` builds that don't support this feature unusable.
|
||||||
# Does anyone know how to conditionally configure a wget setting?
|
# Does anyone know how to conditionally configure a wget setting?
|
||||||
# http://unix.stackexchange.com/q/34730/6040
|
# http://unix.stackexchange.com/q/34730/6040
|
||||||
#local_encoding = UTF-8
|
#local_encoding = UTF-8
|
||||||
|
|||||||
Reference in New Issue
Block a user