普画代理

This commit is contained in:
okjack 2023-12-01 10:28:10 +08:00
parent 2f306a29bd
commit e2adf658a1
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ public class AliYun {
List<String> proxyUrl = new ArrayList<>();
for (int i = 0; i < url.size(); i++) {
String item = url.get(i);
if (item.startsWith("http")) item = proxyVideoUrl("preview", ids[0], ids[1], url.get(i-1));
if (item.startsWith("http")) item = proxyVideoUrl("preview", ids[0], ids[1], url.get(i - 1));
proxyUrl.add(item);
}
List<Sub> subs = getSubs(ids);