1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 18:44:20 +00:00

fixed minor defect in link extractors documentation

This commit is contained in:
Pablo Hoffman 2012-03-20 22:56:45 -03:00
parent 056a7c53d0
commit 175c70ad44

View File

@ -42,7 +42,7 @@ All available link extractors classes bundled with Scrapy are provided in the
SgmlLinkExtractor
-----------------
.. class:: SgmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), deny_extensions=None, restrict_xpaths(), tags=('a', 'area'), attrs=('href'), canonicalize=True, unique=True, process_value=None)
.. class:: SgmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), deny_extensions=None, restrict_xpaths=(), tags=('a', 'area'), attrs=('href'), canonicalize=True, unique=True, process_value=None)
The SgmlLinkExtractor extends the base :class:`BaseSgmlLinkExtractor` by
providing additional filters that you can specify to extract links,