Here is `instaget`, because #Instagram blocks your tap action such that you cannot just save/share an image.
curl "$1" | grep jpg | grep meta | sed -e 's#.*tent="##' -e 's#".*##' 2>/dev/null
Just use a URL (e.g., from Instagram) as the argument and it will extract the URL of the image from the meta tag. ππ©π»βπ»