v1.3.11-test
~绕过内核功能ipset模块检测修复 ~优化对低版本wget命令的支持 ~暂时屏蔽对dler.io的特殊处理 ~精简部分代码 ~修复部分情况无法正常检查更新的bug
This commit is contained in:
Binary file not shown.
@@ -140,10 +140,10 @@ number-files-on-upload=yes
|
|||||||
do-not-log-address=
|
do-not-log-address=
|
||||||
last-external-address=
|
last-external-address=
|
||||||
min-disk-space=0
|
min-disk-space=0
|
||||||
out-total=5281003
|
out-total=5283738
|
||||||
in-total=21869
|
in-total=22201
|
||||||
hits-total=57
|
hits-total=59
|
||||||
downloads-total=15
|
downloads-total=16
|
||||||
upload-total=0
|
upload-total=0
|
||||||
many-items-warning=no
|
many-items-warning=no
|
||||||
load-single-comment-files=yes
|
load-single-comment-files=yes
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ getlink2(){
|
|||||||
read -p "请输入完整链接 > " link
|
read -p "请输入完整链接 > " link
|
||||||
test=$(echo $link | grep -iE "tp.*://" )
|
test=$(echo $link | grep -iE "tp.*://" )
|
||||||
link=`echo ${link/\ \(*\)/''}` #删除恶心的超链接内容
|
link=`echo ${link/\ \(*\)/''}` #删除恶心的超链接内容
|
||||||
link=`echo ${link//\&/\\\&}` #为分隔符 & 添加转义
|
link=`echo ${link//\&/\%26}` #将分隔符 & 替换成urlcode:%26
|
||||||
if [ -n "$link" -a -n "$test" ];then
|
if [ -n "$link" -a -n "$test" ];then
|
||||||
echo -----------------------------------------------
|
echo -----------------------------------------------
|
||||||
echo -e 请检查输入的链接是否正确:
|
echo -e 请检查输入的链接是否正确:
|
||||||
|
|||||||
Reference in New Issue
Block a user