cloud异步

This commit is contained in:
lushunming 2025-12-12 16:24:41 +08:00
parent 1c3929d920
commit 61dcb1d4f3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public class Cloud extends Spider {
} }
protected String detailContentVodPlayFrom(List<String> shareLinks) { protected String detailContentVodPlayFrom(List<String> shareLinks) {
Collections.sort(shareLinks, Collections.reverseOrder());
List<String> from = new ArrayList<>(); List<String> from = new ArrayList<>();
int i = 0; int i = 0;
for (String shareLink : shareLinks) { for (String shareLink : shareLinks) {