Replies: 2 comments
-
https://changedetection.io/tutorial/source-code-monitor-how-get-alerts-changes-html-source-code |
Beta Was this translation helpful? Give feedback.
0 replies
-
So it looks like the answer is no. I will have to figure out how to append source: to what the *[self::loc] gets. It seems like it would be an easy change that would make it more user friendly to have a check box that would append source: to the url of everything. Thanks for putting this together. It will work out great once i figure out how to get it to do exactly what i need from it. |
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.
-
Is there a check box i am missing that will have the system use the full source code instead of just the text by default?
I found adding source: to the url but I am monitoring the sites sitemap.xml file to create new entries when a new page is added using xpath:.//*[self::loc]
and the notification api using {{current_snapshot}}
Im figuring i could append the site: to all the lines after i figure it out how to but I also think that I just have to be missing something since a website change detector would usually monitor everything so you can see if your meta descriptions or titles where changed also.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions