python - How to disable robots.txt when you launch scrapy shell? -
i use scrapy shell without problems several websites, find problems when robots (robots.txt) not allow access site. how can disable robots detection scrapy (ignored existence)? thank in advance. i'm not talking project created scrapy, scrapy shell command: scrapy shell 'www.example.com'
in settings.py file of scrapy project, robotstxt_obey , set false.
Comments
Post a Comment