From af79bedf8f400193f660892efdae321d13b21e50 Mon Sep 17 00:00:00 2001 From: olveyra Date: Tue, 30 Dec 2008 13:04:06 +0000 Subject: [PATCH] Added doc line in RegexLinkExtractor for the case when no allow/deny argument is given --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40584 --- 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 f222f82f9..157607dd6 100644 --- a/scrapy/trunk/scrapy/link/extractors.py +++ b/scrapy/trunk/scrapy/link/extractors.py @@ -36,6 +36,7 @@ class RegexLinkExtractor(LinkExtractor): Url matching is always performed against the absolute urls, never the relative urls found in pages. + If no allow/deny arguments are given, match all links. """ def __init__(self, allow=(), deny=(), allow_domains=(), deny_domains=(), restrict_xpaths=(),