diff --git a/app/Models/parserSkripte/Fastbot.php b/app/Models/parserSkripte/Fastbot.php index 6cd736a8cc3e19e83da0687bf0f4cbdf29603b82..448b9cf07aac43bd5ee6d9df2963f60fdb34d14c 100644 --- a/app/Models/parserSkripte/Fastbot.php +++ b/app/Models/parserSkripte/Fastbot.php @@ -26,6 +26,7 @@ class Fastbot extends Searchengine if (strlen($line) > 0) { # Hier bekommen wir jedes einzelne Ergebnis $result = explode("|:|", $line); + if(count($result) < 4) continue; $link = $result[1]; $link = substr($link, strpos($link, "href=\"") + 6); $link = substr($link, 0, strpos($link, "\""));