đź“° Lovelace: RSS Feed Parser Plugin/List Card

im stucking at an related point, I got feed parser 0.1.5 installed on HassIO 2021.4.4 and I can’t get all info from my feed.
If I set title and summary I get my feed accordingly buuut I wanted to explore a bit further so added

  - platform: feedparser
    name: programm
    feed_url: 'https://www.texxas.de/tv/hauptsenderJetzt.xml'
    date_format: '%a, %b %d %I:%M %p'

but nothing also with

  - platform: feedparser
    name: programm
    feed_url: 'https://www.texxas.de/tv/hauptsenderJetzt.xml'
    date_format: '%a, %b %d %I:%M %p'
    inclusions:
    exclusions:

anyone an idea how to fix this? if I download the xml directly I can see some fields but they don’t get picked up (for instance: there is a field “descriptions” which doesn’t work, but with “summary” I get the information provided in this field)… so im totally lost, thought I got a bit deeper to it but nope