refactor(spiders): Make Robots.txt compliance turned off by default
Scrapy is turning it off by default
This commit is contained in:
@@ -73,7 +73,7 @@ class Spider(ABC):
|
|||||||
allowed_domains: Set[str] = set()
|
allowed_domains: Set[str] = set()
|
||||||
|
|
||||||
# Robots.txt compliance
|
# Robots.txt compliance
|
||||||
robots_txt_obey: bool = True
|
robots_txt_obey: bool = False
|
||||||
|
|
||||||
# Concurrency settings
|
# Concurrency settings
|
||||||
concurrent_requests: int = 4
|
concurrent_requests: int = 4
|
||||||
|
|||||||
Reference in New Issue
Block a user