This commit is contained in:
Jürgen Mummert
2025-12-25 14:08:52 +01:00
parent 8caf5afa97
commit af9d74e746
+7 -9
View File
@@ -96,11 +96,14 @@ class IndexPageListener
* ===================== * =====================
*/ */
$this->debugMarkup($content); $this->debugMarkup($content);
}
/* ===================================================== /*
* JSON-Parser * =====================
* ===================================================== */ * DEBUG: PDF-LINK GEFUNDEN
* =====================
*/
$this->debugPdfLinks($content);
}
private function extractMeilisearchJson(string $content): ?array private function extractMeilisearchJson(string $content): ?array
{ {
@@ -114,13 +117,8 @@ class IndexPageListener
return is_array($data) ? $data : null; return is_array($data) ? $data : null;
} }
/* =====================================================
* DEBUG
* ===================================================== */
private function debugMarkup(string $content): void private function debugMarkup(string $content): void
{ {
// Achtung: kann groß sein absichtlich komplett
error_log( error_log(
"\n========== CRAWLER MARKUP START ==========\n" "\n========== CRAWLER MARKUP START ==========\n"
. $content . . $content .