摘要: 1、使用国内的镜像地址 https://registry.npmmirror.com/binary.html?path=chromedriver/ 2、通过simulation模拟用户点击来下载(只贴出部分方法) #!/usr/bin/env python # -*- coding:utf-8 -* 阅读全文
posted @ 2022-08-19 20:49 代码诠释的世界 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://pypi.org/project/requests-html/ 2、github https://github.com/kennethreitz/requests-html 3、安装 pip install requests-html 4、使用HTMLSession hea 阅读全文
posted @ 2022-08-19 14:03 代码诠释的世界 阅读(760) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/ 2、安装 pip install BeautifulSoup4 pip install lxml pip install requests 3、解析脚本 import requests f 阅读全文
posted @ 2022-08-19 13:50 代码诠释的世界 阅读(121) 评论(0) 推荐(0) 编辑