mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-18 23:16:44 +00:00
@@ -370,7 +370,7 @@ class CloudflareSpeedTest(_PluginBase):
|
||||
if SystemUtils.is_windows():
|
||||
self.__get_windows_cloudflarest(download_url, proxies)
|
||||
else:
|
||||
os.system(f'wget -P {self._cf_path} https://ghproxy.com/{download_url}')
|
||||
os.system(f'wget -P {self._cf_path} https://ghfast.top/{download_url}')
|
||||
|
||||
# 判断是否下载好安装包
|
||||
if Path(f'{self._cf_path}/{cf_file_name}').exists():
|
||||
|
||||
Reference in New Issue
Block a user