Fix teknik
This commit is contained in:
parent
56997e6bc3
commit
269e903e64
6
neofetch
6
neofetch
|
@ -2304,11 +2304,9 @@ scrot_upload() {
|
|||
case "$image_host" in
|
||||
"teknik")
|
||||
baseurl='https://u.teknik.io'
|
||||
uploadurl='https://api.teknik.io/upload/post'
|
||||
uploadurl='https://api.teknik.io/v1/Upload'
|
||||
ret="$(curl -sf -F file="@${image_file}" ${uploadurl})"
|
||||
desturl="${ret##*url\":\"}"
|
||||
desturl="${desturl%%\"*}"
|
||||
desturl="${desturl//\\}"
|
||||
url="$(awk -F 'url:\"|\"' '{printf $2}' <<< "$ret")"
|
||||
;;
|
||||
|
||||
"mediacrush")
|
||||
|
|
Reference in New Issue