Describe the issue/error/question
I want to extract the image url from RSS but I’m unable to get the result.
This is what the rss looks like:
{
"creator": "モクセイ",
"title": "彼女は歌姫",
"link": "https://www.pixiv.net/artworks/98455129",
"pubDate": "Thu, 19 May 2022 11:04:44 GMT",
"author": "モクセイ",
"content": "<p>画师:モクセイ - 阅览数:2 - 收藏数:0</p><p><img src="https://img.adoreanime.com/img-original/img/2022/05/19/20/04/44/98455129_p0.jpg" referrerpolicy="no-referrer"></p>",
"contentSnippet": "画师:モクセイ - 阅览数:2 - 收藏数:0",
"guid": "https://www.pixiv.net/artworks/98455129",
"isoDate": "2022-05-19T11:04:44.000Z"
},
This is the html extract settings:
I don’t know why it can’t get image url since it just says: This output item is empty.
What is the error message (if any)?
Please share the workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database you’re using (default: SQLite):
- Running n8n with the execution process [own(default), main]:
- Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm