We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For outputting a JSON string as the string itself, not "the string\nlike this".
Inspired by:
It would be nice to be able to do this without needing jq:
jq
shot-scraper javascript datasette.io 'document.documentElement.outerHTML' | jq -r
The text was updated successfully, but these errors were encountered:
2fecad3
Updated documentation: https://github.com/simonw/shot-scraper/blob/2fecad377a2b5405b63982494ee299d68e8c2fc4/docs/javascript.md#scraping-pages-using-javascript
Sorry, something went wrong.
Example:
shot-scraper javascript https://datasette.io/ "document.title" -r
Returns this (with no trailing newline):
Datasette: An open source multi-tool for exploring and publishing data
Release 1.0
ab6c4d2
Refs #95, #96
No branches or pull requests
For outputting a JSON string as the string itself, not "the string\nlike this".
Inspired by:
It would be nice to be able to do this without needing
jq
:The text was updated successfully, but these errors were encountered: