ATRIUMsearch → argument graph
Article · 2026-07-12 · 4 moments

shot-scraper 1.11

Release: shot-scraper 1.11 Some minor improvements, mainly around command option consistency and making the server: mechanism used by both shot-scraper video and shot-scraper multi work if the server takes longer than a second to start serving traffic. server: processes used by shot-scraper multi and shot-scraper video now wait up to 30 seconds for the target URL to accept connections, polling for port availability and replacing the previous fixed one-second delay. #197 The shot-scrap ✦ AI generated

02
Fact

The server mechanism used by shot-scraper video and shot-scraper multi now polls for port availability and waits up to 30 seconds for the target URL to accept connections, replacing the previous fixed one-second delay.

shot-scraper's internal server startup logic was changed from a fixed one-second wait to active polling for port availability, waiting up to 30 seconds, fixing failures when a server takes longer than a second to start.

transcript

Simon Willison: server: processes used by shot-scraper multi and shot-scraper video now wait up to 30 seconds for the target URL to accept connections, polling for port availability and replacing the previous fixed one-second delay.

04
Fact

The shot-scraper, pdf, html, accessibility and har commands gained a --js-file option that loads JavaScript from a local file, standard input, or a gh:username/script reference, as an alternative to the existing --javascript option which takes a JavaScript string directly.

A new --js-file flag lets several shot-scraper commands load JavaScript from a file, stdin, or a GitHub-hosted script instead of only inline strings.

transcript

Simon Willison: The shot-scraper, pdf, html, accessibility and har commands now have a --js-file option for loading JavaScript from a local file, standard input or gh:username/script, as an alternative to --javascript which accepts the string of JavaScript directly as an argument.

extends · 1

Highlight slides
Related episodes