How to get the main image of any news website

I need to get the url of the main image of different web sites on a Google Sheet cell.

I´m getting the HTML through a HTTP call, but if I use Get images and then parse them, I get so many bundles with images in different positions, and the image changes position depending on the source of the news.

Is it possible to select only the image based on the Meta Tag

?