Can changedetection.io automatically fetch and analyze the content of new links detected on a list page? #3985
James-Bond123
started this conversation in
General
Replies: 1 comment
-
|
There is this solution https://changedetection.io/tutorial/automatically-adding-new-pages-watch-existing-results tho it's not a really nice baked in solution, I hope it helps Changedetection is not so much a 'crawler' at the moment |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When monitoring a list page (e.g., a blog index), the tool can detect new links using CSS selectors and "added lines" filtering. However, does it have any built-in capability to automatically follow those newly discovered links and perform change detection on the content of the destination pages (e.g., the full article)?
I understand filters and extraction work on the current page , but I'm specifically asking about recursively fetching content from linked pages. Is this currently supported?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions