How to correctly monitor RSS feed for new feed-items? #1803
-
How to monitor and notify on new items in a RSS feed? But extract only the Title and Content of the feed-item. I tried the following regex filter in settings "Filters & Triggers" > "Extract Text": Example YouTube Video Channel RSS Feed: I want to extract Video_Title and Video_URL. But this did not work. And I could not find any information in the Wiki. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I converted your issue to a discussion so simply, I would just use a filter (in the CSS/xPath filters box of) |
Beta Was this translation helpful? Give feedback.
-
So I'm curious about using CD to monitor RSS feeds. I'm using huginn to do that now, but CD is so much more efficient it seems. Here is my watch: https://changedetection.io/share/UbVNidbQDKEa Just monitoring a record label out of australia. I'd like to grab the title and URL from it, but I can only seem to grab the text so far. Any suggestions on how to do this? The hard part with testing rss is waiting for it to push something new, right? |
Beta Was this translation helpful? Give feedback.
I converted your issue to a discussion
so simply, I would just use a filter (in the CSS/xPath filters box of)
//title/text()
(//..
means xPath)