Another location problem. I have renewed respect for you guys who do it for the top of your head since now I see how many cases you had to do to have it going on the first, maybe second try. My (and your) previous approaches don't work, again. Target page and the tag, I need the href.
<figure itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject">
<a href="https://hasznaltauto.medija.hu/9250/13704508_1.jpg" itemprop="contentUrl" data-size="640x480">
These don't get me where I want.
find_elements_by_css_selector('figure > a')
find_elements_by_xpath("//figure[@imageprop='associatedMedia']/a[1]")