getting Forbidden by robots.txt: scrapy

前端 未结 3 1814
忘了有多久
忘了有多久 2020-12-01 05:58

while crawling website like https://www.netflix.com, getting Forbidden by robots.txt: https://www.netflix.com/>

ERROR: No response downloaded for: https://www.netfli

3条回答
  •  粉色の甜心
    2020-12-01 06:29

    First thing you need to ensure is that you change your user agent in the request, otherwise default user agent will be blocked for sure.

提交回复
热议问题