mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/downloader-middleware.rst
Co-Authored-By: elacuesta <elacuesta@users.noreply.github.com>
This commit is contained in:
parent
e418554c21
commit
38828d3fd4
|
|
@ -1021,7 +1021,7 @@ RobotFileParser
|
|||
~~~~~~~~~~~~~~~
|
||||
|
||||
`RobotFileParser <https://docs.python.org/3.7/library/urllib.robotparser.html>`_ is
|
||||
Python's inbuilt robots.txt_ parser. The parser is fully compliant with `Martijn Koster's
|
||||
Python's built-in robots.txt_ parser. The parser is fully compliant with `Martijn Koster's
|
||||
1996 draft specification <http://www.robotstxt.org/norobots-rfc.txt>`_. It lacks
|
||||
support for wildcard matching.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue