urllib2 Error 403: Forbidden

后端 未结 2 650
生来不讨喜
生来不讨喜 2021-01-28 06:10

I have posted to this site and received really helpful guidance, i return with another question.

Where have i gone wrong here, I was prettty sure this is what is require

2条回答
  •  死守一世寂寞
    2021-01-28 06:51

    If you have to do GET requests I reccomend you the Requests python package. You can read its advantages in this post.

    However, if you're getting a 403 message maybe you're trying to access some restricted data (Wikipedia link).

提交回复
热议问题