Get <media:content> tags

Describe the problem/error/question

In my rss feed I have thumbnails with <media:content url="<url>" medium="image"/>. How can I read this in the rss feed trigger?

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.103.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: Ubuntu

I think it will auto-parsed (?)
Can you show us the example response?

The media tags do not show up.

Returned json:

[
  {
    "creator": "gltched",
    "title": "Coming soon",
    "link": "https://blog.mydomain.com/coming-soon/",
    "pubDate": "Thu, 10 Jul 2025 15:02:05 GMT",
    "content:encoded": "<img src=\"https://static.mydomain.com/images/feature-image.jpg\" alt=\"Coming soon\"><p>This is gltched's Blog, a brand new blog by gltched. Things will be up and running here shortly, but you can <a href=\"#/portal/\">subscribe</a> in the meantime if you'd like to stay up to date and receive emails when new content is published!</p>",
    "content:encodedSnippet": "This is gltched's Blog, a brand new blog by gltched. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!",
    "dc:creator": "gltched",
    "content": "<p>This is gltched's Blog, a brand new blog by gltched. Things will be up and running here shortly, but you can <a href=\"#/portal/\">subscribe</a> in the meantime if you'd like to stay up to date and receive emails when new content is published!</p>",
    "contentSnippet": "This is gltched's Blog, a brand new blog by gltched. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!",
    "guid": "686fd5ed3daa7a00011db439",
    "categories": [
      "News"
    ],
    "isoDate": "2025-07-10T15:02:05.000Z"
  }
]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.