// ... (vorheriger Crawler-Code) ... // 1. TextLinks Verarbeitung if (function_exists('textlinks_process_content')) { $raw_content = $article_data['content']; // Originalinhalt $processed_content = textlinks_process_content($raw_content, $article_title); // DEBUG: Inhalt prüfen error_log("TextLinks processed content length: " . strlen($processed_content)); // Verarbeiteten Inhalt verwenden $article_data['content'] = $processed_content; } // 2. H1-H2 Bilder Generator DANACH (nach Humanizer) //if (function_exists('process_content_with_section_images')) { // set_time_limit(300); // 5 Minuten für Bildgenerierung // $formatted_content = process_content_with_section_images($formatted_content, $h1); // error_log("Bilder: " . strlen($formatted_content) . " Zeichen"); //} // 3. Kurze Verzögerung vor Return if (function_exists('rss_crawler_log')) { rss_crawler_log("=== FINALISIERUNG ===", 'INFO'); } sleep(1); // 4. Ergebnis zurückgeben return [ 'content' => $formatted_content, 'excerpt' => '', // KEIN Excerpt zurückgeben! 'title' => $h1 ]; 2024 – Seite 20 – DeutscheWirtschaftsNachrichten.de

Jahr: 2024