mirror of https://github.com/scrapy/scrapy.git
added upstream issue for not supported python version
This commit is contained in:
parent
79bad0cf82
commit
bcf38a6719
|
|
@ -1070,7 +1070,9 @@ In order to use this parser:
|
|||
|
||||
* Install `Reppy <https://github.com/seomoz/reppy/>`_ by running ``pip install reppy``
|
||||
|
||||
.. warning:: Does not support Python 3.9+
|
||||
.. warning:: `Upstream issue #122
|
||||
<https://github.com/seomoz/reppy/issues/122>`_ prevents reppy usage in
|
||||
Python 3.9+.
|
||||
|
||||
* Set :setting:`ROBOTSTXT_PARSER` setting to
|
||||
``scrapy.robotstxt.ReppyRobotParser``
|
||||
|
|
|
|||
Loading…
Reference in New Issue