Fix error message to improve clarity in DownloadManager

This commit is contained in:
Will Miao
2025-10-12 05:43:59 +08:00
parent e8636b949d
commit b77c596f3a

View File

@@ -309,7 +309,7 @@ class DownloadManager:
download_urls.append(download_url)
if not download_urls:
return {'success': False, 'error': 'No download URL found for primary file'}
return {'success': False, 'error': 'No mirror URL found'}
# 3. Prepare download
file_name = file_info['name']