try_download: fixed url with space
This commit is contained in:
@ -257,7 +257,7 @@ unpack () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try_download () {
|
try_download () {
|
||||||
local DOWNLOAD_FILE_URL="$1"
|
local DOWNLOAD_FILE_URL="${1// /%20}"
|
||||||
local OUTPUT_FILE="$2"
|
local OUTPUT_FILE="$2"
|
||||||
local OUTPUT_FILE_NAME="$(basename "$OUTPUT_FILE")"
|
local OUTPUT_FILE_NAME="$(basename "$OUTPUT_FILE")"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user