mirror of https://github.com/scrapy/scrapy.git
Fix docstring for extract_links specifying duplicates case
This commit is contained in:
parent
a70cbfe838
commit
b0ec38876d
|
|
@ -195,7 +195,8 @@ class LxmlLinkExtractor:
|
|||
Only links that match the settings passed to the ``__init__`` method of
|
||||
the link extractor are returned.
|
||||
|
||||
Duplicate links are omitted.
|
||||
Duplicate links are omitted if the ``unique`` parameter is set to ``True``,
|
||||
otherwise they are returned.
|
||||
"""
|
||||
base_url = get_base_url(response)
|
||||
if self.restrict_xpaths:
|
||||
|
|
|
|||
Loading…
Reference in New Issue