Updated Detecting changes in HTML page sources (markdown)

master
dgtlmoon 2024-11-25 08:46:05 +01:00
rodzic b2d492744d
commit a27d5b79c7
1 zmienionych plików z 3 dodań i 1 usunięć

@ -8,3 +8,5 @@ For example, the HTML response of web shops like https://www.campuspoint.de cont
* In the Request tab, choose the "Basic fast Plaintext/HTTP Client" fetch method * In the Request tab, choose the "Basic fast Plaintext/HTTP Client" fetch method
* Choose a suitable trigger in the Filters & Triggers tab, for example the regex-based "Extract text" one. * Choose a suitable trigger in the Filters & Triggers tab, for example the regex-based "Extract text" one.
* Example: use `/"product_count":(\d+)/i` to check when campuspoint.de adds new models of a certain laptop series to their inventory. * Example: use `/"product_count":(\d+)/i` to check when campuspoint.de adds new models of a certain laptop series to their inventory.
more at https://changedetection.io/tutorial/source-code-monitor-how-get-alerts-changes-html-source-code