Browse Source

add missed crc32url value

main
ghost 1 year ago
parent
commit
6f21cb8bf2
  1. 1
      src/cli/yggo/import.php

1
src/cli/yggo/import.php

@ -149,6 +149,7 @@ for ($i = 0; $i <= $total; $i++)
$index->addDocument( $index->addDocument(
[ [
'url' => $url, 'url' => $url,
'crc32url' => (int) $crc32url,
'time' => (int) $remote->timeUpdated, 'time' => (int) $remote->timeUpdated,
'code' => (int) $remote->httpCode, 'code' => (int) $remote->httpCode,
'size' => (int) $remote->size, 'size' => (int) $remote->size,

Loading…
Cancel
Save