1.apt-get install python-bs4

bs4只有py2的代码,安装在py3下会很麻烦

bs4支持HTML parser,也可以支持第三方的分析器

2.apt-get install python-lxml

3. apt-get install python-html5lib

-------------------------------

4.抓取程序

https://github.com/yfjelley/checkproxy

相关文章:

  • 2021-12-05
  • 2021-09-29
  • 2022-12-23
  • 2021-12-03
  • 2021-08-30
  • 2021-09-28
  • 2021-11-03
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-06-22
  • 2021-09-18
  • 2021-10-20
相关资源
相似解决方案