From 56e6f37ffa7923e83c45812de45079b88733c2c0 Mon Sep 17 00:00:00 2001 From: huansinho Date: Wed, 2 Jul 2025 18:34:38 +0800 Subject: [PATCH] Update Chrome download URL in use_china_mirrors configuration (#8628) ### What problem does this PR solve? Update Chrome download URL in use_china_mirrors configuration ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: lqh --- download_deps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download_deps.py b/download_deps.py index 058cf258b..0efce8131 100644 --- a/download_deps.py +++ b/download_deps.py @@ -25,8 +25,8 @@ def get_urls(use_china_mirrors=False) -> Union[str, list[str]]: "https://repo.huaweicloud.com/repository/maven/org/apache/tika/tika-server-standard/3.0.0/tika-server-standard-3.0.0.jar", "https://repo.huaweicloud.com/repository/maven/org/apache/tika/tika-server-standard/3.0.0/tika-server-standard-3.0.0.jar.md5", "https://openaipublic.blob.core.windows.net/encodings/cl100k_base.tiktoken", - ["https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/linux64/chrome-linux64.zip", "chrome-linux64-121-0-6167-85"], - ["https://storage.googleapis.com/chrome-for-testing-public/121.0.6167.85/linux64/chromedriver-linux64.zip", "chromedriver-linux64-121-0-6167-85"], + ["https://registry.npmmirror.com/-/binary/chrome-for-testing/121.0.6167.85/linux64/chrome-linux64.zip", "chrome-linux64-121-0-6167-85"], + ["https://registry.npmmirror.com/-/binary/chrome-for-testing/121.0.6167.85/linux64/chromedriver-linux64.zip", "chromedriver-linux64-121-0-6167-85"], ] else: return [