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
Steps to reproduce:
Result:
DEBUG:grab.spider.base:Using memory backend for task queue DEBUG:grab.network:[01] GET https://www.google.com/search?q=python DEBUG:grab.network:[02] GET https://www.google.com/search?q=ruby /home/leovp/.pyenv/versions/habratest-3.5.2/lib/python3.5/site-packages/grab/deprecated.py:250: GrabDeprecationWarning: The Grab.response attribute is deprecated. Use Grab.doc instead. warn('The Grab.response attribute is deprecated. ' DEBUG:grab.network:[03] GET https://www.google.com/search?q=perl python: https://www.python.org/ ruby: https://ru.wikipedia.org/wiki/Ruby DEBUG:grab.stat:RPS: 2.68 [] perl: https://ru.wikipedia.org/wiki/Perl DEBUG:grab.stat:RPS: 0.00 [] DEBUG:grab.spider.parser_pipeline:Started shutdown of parser process: Thread-1 DEBUG:grab.spider.parser_pipeline:Finished joining parser process: Thread-1 DEBUG:grab.spider.base:Main process [pid=17426]: work done
Grab.response
Grab.doc
The issue here is that Grab::Spider Example doesn't access grab.response attribute directly, so the warning is not justified in that case.
The text was updated successfully, but these errors were encountered:
d650e64
I've fixed in master branch. Will release on pypi in 1-2 days.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Result:
The issue here is that Grab::Spider Example doesn't access grab.response attribute directly, so the warning is not justified in that case.
The text was updated successfully, but these errors were encountered: