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++) @@ -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,

Loading…
Cancel
Save