mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-09-23 20:52:16 +08:00
Update aria2-rpc.sh
This commit is contained in:
@@ -16,6 +16,8 @@ DOWNLOAD_URLS=(
|
|||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
FILE="$1"
|
FILE="$1"
|
||||||
|
FILE=$(python -c "import sys, urllib as ul; \
|
||||||
|
print ul.quote(\"$FILE\")")
|
||||||
|
|
||||||
LINK=""
|
LINK=""
|
||||||
for URL in "${DOWNLOAD_URLS[@]}"; do
|
for URL in "${DOWNLOAD_URLS[@]}"; do
|
||||||
|
Reference in New Issue
Block a user