Searched refs:allow_domains (Results 1 – 6 of 6) sorted by relevance
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/linkextractors/ |
H A D | __init__.py | 70 def __init__(self, link_extractor, allow, deny, allow_domains, deny_domains, argument 80 self.allow_domains = set(arg_to_iter(allow_domains)) 102 if self.allow_domains and not url_is_from_any_domain(parsed_url, self.allow_domains): 114 if self.allow_domains and not url_is_from_any_domain(url, self.allow_domains):
|
H A D | lxmlhtml.py | 107 allow_domains=(), argument 133 allow_domains=allow_domains,
|
/dports/www/py-scrapy/Scrapy-2.5.1/tests/ |
H A D | test_linkextractors.py | 90 lx = self.extractor_cls(allow_domains=('google.com', )) 113 lx = self.extractor_cls(allow_domains='google.com') 167 lx = self.extractor_cls(allow_domains=('evenmorestuff.com', )) 176 allow_domains=['blah1.com'],
|
/dports/www/py-scrapy/Scrapy-2.5.1/docs/topics/ |
H A D | link-extractors.rst | 48 .. class:: LxmlLinkExtractor(allow=(), deny=(), allow_domains=(), deny_domains=(), deny_extensions=… 64 :param allow_domains: a single value or a list of string containing 66 :type allow_domains: str or list
|
/dports/www/p5-FEAR-API/FEAR-API-0.489/ |
H A D | Changes | 224 - Add allow_domains() and deny_domains()
|
/dports/www/p5-FEAR-API/FEAR-API-0.489/lib/FEAR/ |
H A D | API.pm | 710 sub allow_domains { subroutine
|