mirror of https://github.com/scrapy/scrapy.git
doc string fix
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40590
This commit is contained in:
parent
7e4c9200c2
commit
99143ff357
|
|
@ -26,6 +26,7 @@ class RegexLinkExtractor(LinkExtractor):
|
|||
deny - ignore urls that match any of these regexes
|
||||
allow_domains - only extract urls from these domains
|
||||
deny_domains - ignore urls from these dmoains
|
||||
restrict_xpaths - restrict url extraction to given xpaths contents
|
||||
tags - look for urls in this tags
|
||||
attrs - look for urls in this attrs
|
||||
canonicalize - canonicalize all extracted urls using scrapy.utils.url.canonicalize_url
|
||||
|
|
|
|||
Loading…
Reference in New Issue