Missing content parts

Hi,

unfortunately I can’t get a handle on accessing all (11) div class=“post-scriptum” from this source. It extracts max one but none else.

makefulltextfeed.php?url=https://muenchen.mitvergnuegen.com/2019/11-terrassen-giesing-au/

body: //article[contains(concat(' ',normalize-space(@class),' '),' single ')]
body: //div[contains(concat(' ',normalize-space(@class),' '),' contents ')] | //div[@class='post-scriptum']
# //a[contains(text(),'Mehr Info')]
test_url: https://muenchen.mitvergnuegen.com/2019/11-terrassen-giesing-au/

Idea to solve the problem?

Thank you in advance and greetings Didi

When you list more than one body: line, Full-Text RSS will use the first one that matches. So if your first line targeting <article class="single"> matches, then the next body: line will be ignored. Could that be what’s causing the issue here?

Actually not because the source works with two different layouts - but changed it once, all the same.