You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a mocked server, perform a series of crawls that test whether the resulting WARC matches the parameters given to the crawl at runtime. It's important to clarify that this feature is NOT testing the validity of a WARC under the WARC spec, that testing is intended to be handled by the WARC-writing library used by Zeno.
Here is a list of the configurable flags offered by the -h command in the binary:
--api
--api-port string
--bypass-proxy strings
--capture-alternate-pages
--cdx-cookie string
--cert-validation
--concurrent-sleep-length int
--config-file string
--consul-address string
--consul-config
--consul-password string
--consul-path string
--consul-user string
--cookies string
--crawl-max-time-limit int
--crawl-time-limit int
--debug
--disable-assets-capture
--disable-html-tag strings
--disable-ipv4
--disable-ipv6
--disable-local-dedupe
--disable-seencheck
--domains-crawl
--es-index-prefix zeno
--es-password string
--es-url string
--es-user string
--exclude-host strings
--exclude-string strings
--handover
--headless
--http-timeout int
--include-host strings
--include-string strings
--ipv6-anyip
--job string
--json
--keep-cookies
--live-stats
--log-file-output-dir string
--log-level string
--max-concurrent-assets int
--max-concurrent-per-domain int
--max-hops uint8
--max-redirect int
--max-retry int
--min-space-required int
--no-stdout-log
--no-ytdlp
--prometheus
--prometheus-prefix string
--proxy string
--random-local-ip
--ultrasafe-queue
--user-agent string
--warc-cdx-dedupe-server string
--warc-dedupe-size int
--warc-on-disk
--warc-operator string
--warc-pool-size int
--warc-prefix string
--warc-size int
--warc-temp-dir string
-w, --workers int
--ytdlp-path string
The text was updated successfully, but these errors were encountered:
Using a mocked server, perform a series of crawls that test whether the resulting WARC matches the parameters given to the crawl at runtime. It's important to clarify that this feature is NOT testing the validity of a WARC under the WARC spec, that testing is intended to be handled by the WARC-writing library used by Zeno.
Here is a list of the configurable flags offered by the -h command in the binary:
The text was updated successfully, but these errors were encountered: