-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
阿里云盘下载优先使用cdn直链 #6645
Open
qy527145
wants to merge
14
commits into
AlistGo:main
Choose a base branch
from
qy527145:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+25
−15
Open
阿里云盘下载优先使用cdn直链 #6645
Changes from 2 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
0bb33a8
MOD: 阿里云盘文件下载优先尝试提取cdn直链,如果拿不到则降级以前的普通直链
qy527145 7b4176c
FIX: bug
qy527145 47fa5c4
Merge branch 'alist-org:main' into main
qy527145 fdd4737
Update build.yml
qy527145 77679d1
Update driver.go
qy527145 0f20de2
Update build_docker.yml
qy527145 b7fadfd
Update build_docker.yml
qy527145 3b933c1
Update build_docker.yml
qy527145 196c924
Update release.yml
qy527145 e85a578
Fix: action build
qy527145 164333e
Merge branch 'alist-org:main' into main
qy527145 205d85a
Merge branch 'alist-org:main' into main
qy527145 78969c0
Update auto_lang.yml
qy527145 1ca4f7b
Merge branch 'alist-org:main' into main
qy527145 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replacing the official url with a third-party one is never a good practice. Alipan official could change this url anytime, and then many user will have trouble use this driver.
please put this url as an option if this can provide acceleration benefit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这并不是一个第三方的url,相反,它是阿里云盘的上游服务pds(阿里云的一个云服务产品),阿里云盘在此基础上封装了一层(可能伴随着一些接口信息的阉割),一般来说,它比阿里云盘的接口更可靠。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as long as it's not an official url in the Aliyun-Open doc, it's stability is not guaranteed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
就像 @SeanHeuc 说的,请将其作为一个选项 而不是直接修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不太熟悉go语言,回头看看go的语法,有时间再改改