mirror of https://github.com/scrapy/scrapy.git
Update scrapy/linkextractors/lxmlhtml.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
b386c64864
commit
faa5bd0f6b
|
|
@ -195,7 +195,7 @@ class LxmlLinkExtractor:
|
|||
Only links that match the settings passed to the ``__init__`` method of
|
||||
the link extractor are returned.
|
||||
|
||||
Duplicate links are omitted if the ``unique`` parameter is set to ``True``,
|
||||
Duplicate links are omitted if the ``unique`` attribute is set to ``True``,
|
||||
otherwise they are returned.
|
||||
"""
|
||||
base_url = get_base_url(response)
|
||||
|
|
|
|||
Loading…
Reference in New Issue