| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.5 source code.tar.gz | 2024-09-27 | 33.5 kB | |
| 1.5 source code.zip | 2024-09-27 | 48.0 kB | |
| README.md | 2024-09-27 | 1.2 kB | |
| Totals: 3 Items | 82.8 kB | 0 | |
- Several new features for the YAML configuration used by shot-scraper multi:
- You can now add a
- server: python -m http.server 8003block to start a server running before screenshots are taken. The PID for this server will be recorded and the server automatically terminated when the command completes, unless you specify the--leave-serveroption in which case it will be left running, useful for debugging. [#156] - The
sh: shell commandorpython: python codeblocks can specify Python or shell commands to run before a screenshot is taken. This means a YAML script can make modifications to the environment in between screenshots, useful for things like progressive tutorials. [#155] - Fixed a bug that occurred if a
max-widthwas accidentally applied to the<div>used for region screenshots. Thanks, Johann Klähn. [#143] - Documented that
shot-scraperwill quit with an error if a--wait-forexpression has not resolved in 30s.