Hi guys can someone help me, I have been trying to...
# android
d
Hi guys can someone help me, I have been trying to load an image from a url without an extension and haven't had any success. this is what I have: val url ="https://unsplash.com/photos/D8LcRLwZyPs"
Copy code
Picasso.get()
    .load(url)
    .fit()
    .centerCrop()
    .into(imageView)
but this does not work
d
is there anyway i could get the image from it?
b
i suppose you could parse the html to find the img tag and read the srcset
đź‘Ť 1
d
thank you
h
Open image in new tab than copy that address