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
Currently the javascript command doesn't support a timeout option.
javascript
(Wider context: I'm trying to use Readability as you described here).
The text was updated successfully, but these errors were encountered:
Huh, right now the sub-commands shot and multi and accessibility have the --timeout option but javascript and html and pdf do not.
shot
multi
accessibility
--timeout
html
pdf
Sorry, something went wrong.
It's used like this:
shot-scraper/shot_scraper/cli.py
Lines 432 to 434 in 0268b0c
So it needs to be passed like this:
Lines 520 to 532 in 0268b0c
No branches or pull requests
Currently the
javascript
command doesn't support a timeout option.(Wider context: I'm trying to use Readability as you described here).
The text was updated successfully, but these errors were encountered: