cloud异步
This commit is contained in:
parent
1c3929d920
commit
61dcb1d4f3
|
|
@ -101,7 +101,7 @@ public class Cloud extends Spider {
|
|||
}
|
||||
|
||||
protected String detailContentVodPlayFrom(List<String> shareLinks) {
|
||||
Collections.sort(shareLinks, Collections.reverseOrder());
|
||||
|
||||
List<String> from = new ArrayList<>();
|
||||
int i = 0;
|
||||
for (String shareLink : shareLinks) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue