MARVINAC.DE

Update Notifier

Create a new notification


Guide

Use this interface to set up notifications to alert you when specific conditions are met, such as when a value matches a certain pattern or changes from its previous state.
You can choose to delete the notification after a successful match.


On-match notification

Will notify you when the content at the specified URL matches the provided regular expression (regex).


Value-change notification

Will alert when the content at the specified URL not only matches the regex but also changes from its last recorded value. This is useful for tracking updates or changes in specific data.


Checkout https://www.phpliveregex.com/ or https://regex101.com/ to test and build your regular expressions.

Subscribe to existing targets

www.ardmediathek.de

Target: https://www.ardmediathek.de/tatort

Regex: /Diese Woche ermittelt Team Münster/

Type: on match

www.ardmediathek.de

Target: https://www.ardmediathek.de/tatort

Regex: /Diese Woche ermittelt Team ([a-zA-ZüöäÜÖÄßẞ0-9]+)/

Type: on value change

symfony.com

Target: https://symfony.com/releases

Regex: /(\d+\.\d+\.\d+)/

Type: on value change