Replies: 1 comment 1 reply
-
|
What about a regex for filters extract text like |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The following URL : https://chu-limoges.nous-recrutons.fr/jm-ajax/get_listings/
Returns a JSON document containing HTML containing information I would like to monitor (job offers), in a field named
html, so I addedjq:.htmlas a filter.But, it also contains relative timestamps that trigger changes all the time :
("Published 2
01 hours ago").I can't exclude these by HTML selector because the content is considered as JSON, and I can't exclude by line because JSON isn't multiline, and the notification diff is always unreadable for the same reason.
So, how to make the app parse the HTML inside the JSON data ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions