Fix reverse image search
It was only a matter of time before this would fail, although I did not expect this to happen so soon.
This commit is contained in:
parent
3c8ddcaf26
commit
b34fe63198
|
@ -5,5 +5,5 @@ if [ "$#" -ne 2 ]; then
|
|||
fi
|
||||
|
||||
xdg-open "$1$(fiv --thumbnail-for-search large "$2" \
|
||||
| curl --silent --show-error --upload-file - https://transfer.sh/image \
|
||||
| jq --slurp --raw-input --raw-output @uri)"
|
||||
| curl --silent --show-error --form 'files[]=@-' https://uguu.se/upload \
|
||||
| jq --raw-output '.files[] | .url | @uri')"
|
||||
|
|
Loading…
Reference in New Issue