diff options
| author | xyz <gky44px1999@gmail.com> | 2021-08-31 12:12:38 -0700 | 
|---|---|---|
| committer | xyz <gky44px1999@gmail.com> | 2021-08-31 12:12:38 -0700 | 
| commit | 46429d089093fd1485e578863dbd789626e74481 (patch) | |
| tree | 86be3e541046869da31d1550ce56527dd21a3838 | |
| parent | c5d880b2979fb19c7502261f0c80627c1f55d67d (diff) | |
refactor
| -rwxr-xr-x | .local/bin/curlkg | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/.local/bin/curlkg b/.local/bin/curlkg index aa58a6e6..d13ceebf 100755 --- a/.local/bin/curlkg +++ b/.local/bin/curlkg @@ -27,7 +27,6 @@ download_dir="${1:-./}"  get_json ()   { -	# maybe can improve, use alternative method to sed  	curl -s -G --data-urlencode type=get_uinfo -d outCharset=utf-8 -d start="$1" -d num=$num -d share_uid="$uid" "$homepage_url" | sed -e 's/^MusicJsonCallback(//' -e 's/)$//'  } | 
