mirror of https://github.com/scrapy/scrapy.git
improve readability
This commit is contained in:
parent
fe283bcd05
commit
e1597f7c42
|
|
@ -711,7 +711,7 @@ SitemapSpider
|
|||
- as the loc attribute is required, entries without this tag are discarded
|
||||
- alternate links are stored in a list with the key ``alternate``
|
||||
(see ``sitemap_alternate_links``)
|
||||
- namespaces are removed, so lxml tags named as ``{foo}bar`` become only ``bar``
|
||||
- namespaces are removed, so lxml tags named as ``{namespace}tagname`` become only ``tagname``
|
||||
|
||||
If you omit this method, all entries found in sitemaps will be
|
||||
processed, observing other attributes and their settings.
|
||||
|
|
|
|||
Loading…
Reference in New Issue