多线程测试
This commit is contained in:
parent
e3cde4f4a0
commit
b59541f6e2
|
|
@ -168,7 +168,7 @@ public class ProxyVideo {
|
|||
|
||||
private static List<long[]> generatePart(Map<String, String> rangeObj, String total) {
|
||||
long start = Long.parseLong(rangeObj.get("start"));
|
||||
long end = StringUtils.isAllBlank(rangeObj.get("end")) ? start + 1024 * 1024 : Long.parseLong(rangeObj.get("end"));
|
||||
long end = StringUtils.isAllBlank(rangeObj.get("end")) ? start + 1024 * 1024 *8 : Long.parseLong(rangeObj.get("end"));
|
||||
|
||||
|
||||
long totalSize = Long.parseLong(total);
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
4ceba0e67ce9d9b909779063527a6c21
|
||||
14968269a850a3a62378a9cdc14384fd
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;4ceba0e67ce9d9b909779063527a6c21",
|
||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/multiThread/jar/custom_spider.jar;md5;14968269a850a3a62378a9cdc14384fd",
|
||||
"lives": [
|
||||
{
|
||||
"name": "电视直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue