1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-27 06:03:58 +00:00

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
This commit is contained in:
olveyra 2008-12-30 13:04:06 +00:00
parent 8ef8766070
commit af79bedf8f

View File

@ -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=(),