pyCurl and BytesIO for scraping a website

前端 未结 0 1407
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 02:15

I would have a need for scraping. Specifically, I use Pycurl and BytesIO.

The following code:

c = pycurl.Curl()
page = BytesIO()
c.setopt(c.INTERFACE,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题