多线程测试

This commit is contained in:
lushunming 2025-06-17 17:20:45 +08:00
parent a11264eb07
commit 25cd597ae6
4 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ public class ProxyVideo {
SpiderDebug.log("parseRange:" + range);
if (StringUtils.isNoneBlank(range)) {
String[] ranges = range.replace("bytes=", "").split("-");
String[] ranges = StringUtils.split(range.replace("bytes=", ""), "-");
String start = ranges[0];
String end = ranges.length > 1 ? ranges[1] : "";
return new Range(start, end);

Binary file not shown.

View File

@ -1 +1 @@
0533c52ab045f5edaaef522267c08568
c2f5d58d6de2397d7e8955a449b38835

View File

@ -1,5 +1,5 @@
{
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;0533c52ab045f5edaaef522267c08568",
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;c2f5d58d6de2397d7e8955a449b38835",
"lives": [
{
"name": "电视直播",