Skip to content
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

新增下载视频时选择是否使用备用下载地址的功能 #3798

Merged
merged 2 commits into from
Nov 11, 2022

Conversation

Seaward233
Copy link
Contributor

缓解mcdn访问不稳定的问题。

videoInfo.fragments.forEach(fragment => {
fragment.url =
fragment.backupUrls && fragment.backupUrls.length !== 0
? fragment.backupUrls.at(0)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

备用下载地址固定选第一个吗, 多个的话一般会有啥区别?
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 目前是这样的。
  2. 具体我也不清楚有什么区别。

@the1812 the1812 merged commit df88991 into the1812:preview-features Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants