05 2021 档案
摘要:pip install pyppeteer安装成功之后,建议再运行pyppeteer-install,因为首次运行pyppeteer会自动下载chromium对应的版本,这个经常下载失败,会使程序运行不了。报错:urllib3.exceptions.MaxRetryError: HTTPSConne
阅读全文
摘要:参考:https://sspai.com/u/skychx/updates https://www.jianshu.com/p/76cad8e963b5 :nth-of-type(-n+100) 元素名后加个 nth-of-type(-n+100),暂时只抓取前 100 条数据。 :nth-of-t
阅读全文