Hi Hegi,
I just saw your comment. Indeed, there is a problem with this kind of articles. It seems the parsing is somehow wrong. The pictures are in the download and in the recipe (you can see this when you download with debugging enable).
I recognize, there is always a set of two pictures for one, a background mask and the picture itself, for the picture to display.
Code:
<div class="calibre9">
<div class="calibre9">
<div class="calibre9"></div>
<picture>
<source media="screen and (max-width: 767px)" srcset="/images/kia_ev6gt_1/28567348/3-format10380.jpg, /images/kia_ev6gt_1/28567348/3-format10760.jpg 2x">
<source media="screen and (min-width: 768px)" srcset="/images/kia_ev6gt_1/28567348/3-format11000.jpg, /images/kia_ev6gt_1/28567348/3-format12000.jpg 2x">
<img alt="Fast 600 PS schlummern unter dem Blechkleid des neuen Kia EV6 GT Quelle: Kia" src="images/img1_u8.jpg" class="calibre3">
</picture> </div>
</div>
The two <source media ...> lines are the problem. The pictures will be shown when I delete these tags manually. I need to find a solution to delete those tags before processing.
And maybe as well for the lost long description inside this container without destroying other articles.
Guess I need to dig deeper in the api and look if there is something that can help me to do a better recipe.