多线程测试
This commit is contained in:
parent
5be2bf0247
commit
a11264eb07
|
|
@ -147,9 +147,9 @@ public class ProxyVideo {
|
|||
}
|
||||
|
||||
private static Range parseRange(String range) {
|
||||
|
||||
if (StringUtils.isNoneBlank(range)) {
|
||||
SpiderDebug.log("parseRange:" + range);
|
||||
if (StringUtils.isNoneBlank(range)) {
|
||||
|
||||
String[] ranges = range.replace("bytes=", "").split("-");
|
||||
String start = ranges[0];
|
||||
String end = ranges.length > 1 ? ranges[1] : "";
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
6489e17ef578288fd4f5a0ddfad7fd0b
|
||||
0533c52ab045f5edaaef522267c08568
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;6489e17ef578288fd4f5a0ddfad7fd0b",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;0533c52ab045f5edaaef522267c08568",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue