File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ ip_info3() {
370370}
371371
372372ip_info4 () {
373- echo $( curl -4 -s https://api.ip.la/en? json) > ip_json.json
373+ echo $( curl -4 -s https://api.ip.la/en\ ? json) > ip_json.json
374374 country=$( python tools.py ipip country_name)
375375 city=$( python tools.py ipip city)
376376 isp=$( python tools.py geoip isp)
@@ -606,7 +606,7 @@ sharetest() {
606606 share_link=$( curl -sF ' clbin=<-' https://clbin.com < $log )
607607 ;;
608608 ' ptpb' )
609- share_link=$( curl -sF c=@- https://ptpb.pw/? u=1 < $log )
609+ share_link=$( curl -sF c=@- https://ptpb.pw/\ ? u=1 < $log )
610610 ;;
611611 esac
612612
@@ -626,7 +626,7 @@ log_preupload() {
626626
627627get_ip_whois_org_name () {
628628 # ip=$(curl -s ip.sb)
629- result=$( curl -s https://rest.db.ripe.net/search.json? query-string=$( curl -s ip.sb) )
629+ result=$( curl -s https://rest.db.ripe.net/search.json\ ? query-string=$( curl -s ip.sb) )
630630 # org_name=$(echo $result | jq '.objects.object.[1].attributes.attribute.[1].value' | sed 's/\"//g')
631631 org_name=$( echo $result | jq ' .objects.object[1].attributes.attribute[1]' | sed ' s/\"//g' )
632632 echo $org_name
You can’t perform that action at this time.
0 commit comments