shot-scraper icon indicating copy to clipboard operation
shot-scraper copied to clipboard

A command-line utility for taking automated screenshots of websites

Results 49 shot-scraper issues
Sort by recently updated
recently updated
newest added

Read the Docs repository was renamed from `readthedocs/readthedocs-preview` to `readthedocs/actions/`. Now, the `preview` action is under `readthedocs/actions/preview` and is tagged as `v1` ---- :books: Documentation preview :books:: https://shot-scraper--86.org.readthedocs.build/en/86/

Add mention of needing to run `playwright install` if contributing/testing changes. The `pytest` tests don't clearly state why they fail if playwright isn't installed. `tests/run_examples.sh` does mention it, in the...

Change to make Click recommend `--help` instead of `-h` to avoid conflict with `-h` (`--height`) parameter. I would probably remove `-h` entirely, but not sure how important maintaining that is....

url to pdf ERROR b'Traceback (most recent call last):\n File "/opt/hostedtoolcache/Python/3.10.4/x64/bin/shot-scraper", line 8, in \n sys.exit(cli())\n File "/opt/hostedtoolcache/Python/3.10.4/x64/lib/python3.10/site-packages/click/core.py", line 1130, in __call__\n return self.main(*args, **kwargs)\n File "/opt/hostedtoolcache/Python/3.10.4/x64/lib/python3.10/site-packages/click/core.py", line 1055, in...

bug
help wanted

Tweet: https://twitter.com/simonw/status/1514657436287705119 I want to be able to use tricks like this one - where Readability.js is injected into a page - without relying on CDNs: https://til.simonwillison.net/shot-scraper/readability One option would...

research

I'm trying to make a screenshot for the page with dropdown menu activated. See example here: https://demoqa.com/menu# ( `.nav-menu-container #nav li:nth-child(2)` :hover element). I would appreciate any tips and workflow...

help wanted

- [ ] `--format` - one of `Letter, Legal, Tabloid, Ledger, A0, A1, A2, A3, A4, A5, A6` - [ ] `--print-background` - include backgrounds - [ ] `--scale` -...

enhancement
help wanted

Hi, Thanks a lot for the amazing tool. I was trying to take some screenshots of a website [e.g. link](https://www.abstractsonline.com/pp8/#!/10517/presentation/16331) for downstream analysis. However, the result is `event not found`...

question

Hello, I got this error: `Traceback (most recent call last): File "/usr/bin/shot-scraper", line 33, in sys.exit(load_entry_point('shot-scraper==0.10', 'console_scripts', 'shot-scraper')()) File "/usr/bin/shot-scraper", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.9/importlib/metadata.py",...

question

> The `auth` command could take the standard `--javascript` option. > > It could also take a `--headless` option - which causes it to open the page in regular headless...

enhancement
research