Fixed a bug in my @covidsewage bot caused by a change to the underlying website - details on the bug fix here: https://github.com/simonw/covidsewage-bot/issues/6
It now uses this nested shot-scraper monstrosity which delights me greatly:
shot-scraper -o /tmp/covid.png $(
shot-scraper javascript \
$URL \
'document.querySelector("iframe").src' \
-b firefox \
--user-agent 'Mozilla/5.0 (Macintosh...' \
--raw
) --wait 5000 -b firefox --retina
https://fedi.simonwillison.net/@covidsewage/112984164451896786
@simon @covidsewage thanks so much for this service Simon!