You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to monitor the news section of a website.
The site does not have RSS itself, so I thought I could use changedetection.io to provide that instead.
The site has a news section with an image, a description and a link. I'd like to get all three into an rss feed in order to push them to social media.
I found a regex filter that looks for links to extract text, but this does not do what I thought it wold (http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])
I am using playwright to select the div that these links are showing up in.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to monitor the news section of a website.
The site does not have RSS itself, so I thought I could use changedetection.io to provide that instead.
The site has a news section with an image, a description and a link. I'd like to get all three into an rss feed in order to push them to social media.
I found a regex filter that looks for links to extract text, but this does not do what I thought it wold
(http|https):\/\/([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:\/~+#-]*[\w@?^=%&\/~+#-])
I am using playwright to select the div that these links are showing up in.
But I do not know what the next step should be.
Can someone help me get this to work?
Beta Was this translation helpful? Give feedback.
All reactions