From 6f21cb8bf2497431fb61f5c6e18d4f4db1ce65d7 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 25 Nov 2023 18:25:43 +0200 Subject: [PATCH] add missed crc32url value --- src/cli/yggo/import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/yggo/import.php b/src/cli/yggo/import.php index 6cfde5c..611a8f8 100644 --- a/src/cli/yggo/import.php +++ b/src/cli/yggo/import.php @@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++) $index->addDocument( [ 'url' => $url, + 'crc32url' => (int) $crc32url, 'time' => (int) $remote->timeUpdated, 'code' => (int) $remote->httpCode, 'size' => (int) $remote->size,