get posts from an API and sometimes the image those posts contain is like this: https://i.ytimg.com/vi/e5wXRrQfooc/default.jpg
But when I put it in a
<img src="https://i.ytimg.com/vi/e5wXRrQfooc/default.jpg" />
It displayed a missing image icon:
It seems thats their return 404 image, but how do I get it when all I have is the url?