From 99143ff3572c613bf5989e35d6e2232d9698deb8 Mon Sep 17 00:00:00 2001 From: olveyra Date: Tue, 30 Dec 2008 19:38:15 +0000 Subject: [PATCH] doc string fix --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40590 --- scrapy/trunk/scrapy/link/extractors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scrapy/trunk/scrapy/link/extractors.py b/scrapy/trunk/scrapy/link/extractors.py index 157607dd6..4a26d526c 100644 --- a/scrapy/trunk/scrapy/link/extractors.py +++ b/scrapy/trunk/scrapy/link/extractors.py @@ -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