bdy crawl run
$bdy crawl run [options] [url]
Crawl a URL and download the package (PNG/JPEG/MD/HTML) to --outputDir
Examples
## crawl a single page and save md/html into current dirbdy crawl run https://example.com --outputType md$
## follow links and capture full-page screenshots in dark modebdy crawl run https://example.com --follow --fullPage --outputType png --colorScheme DARK --outputDir ./out$
## crawl with multiple output types and a specific css selectorbdy crawl run https://example.com --outputTypes '["jpeg","md"]' --cssSelector "main"$