mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2026-05-06 22:23:45 +08:00
fix: 错误的注释了下载命令
This commit is contained in:
@@ -99,8 +99,8 @@ old_driver_version = {
|
||||
}
|
||||
|
||||
if __name__ == "__main__":
|
||||
#os.system("npm install -g extract-stealth-evasions") # 安装stealth.min.js
|
||||
#os.system("npx extract-stealth-evasions") # 提取stealth.min.js
|
||||
os.system("npm install -g extract-stealth-evasions") # 安装stealth.min.js
|
||||
os.system("npx extract-stealth-evasions") # 提取stealth.min.js
|
||||
|
||||
# chromedriver 在 chrome 114 版本之后,提供了一个新的 API 来获取已知的 Chrome 版本和下载链接
|
||||
# 之前的版本需要手动维护下载链接
|
||||
|
||||
Reference in New Issue
Block a user