diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index dd98e3598..a90624301 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -817,7 +817,7 @@ FB_CALLMONITOR_reverseSearch($$) else { #Debug($result); - if($result =~ m,

]*itemprop="name"[^>]*>([^<]+)

,) + if($result =~ m,]*class="search-result-list-item"\s+[^>]*data-name="([^"]+)",s or $result =~ m,]*itemprop="name"[^>]*>([^<]+),) { $invert_match = $1; $invert_match = FB_CALLMONITOR_html2txt($invert_match);