多线程测试
This commit is contained in:
parent
396379e571
commit
99aeeea4bd
|
|
@ -79,7 +79,7 @@ public class ProxyVideo {
|
||||||
|
|
||||||
public static Object[] proxyMultiThread(String url, Map<String, String> headers) throws Exception {
|
public static Object[] proxyMultiThread(String url, Map<String, String> headers) throws Exception {
|
||||||
|
|
||||||
String range = headers.get("Range");
|
String range = headers.get("range");
|
||||||
SpiderDebug.log("---proxyMultiThread,Range:" + range);
|
SpiderDebug.log("---proxyMultiThread,Range:" + range);
|
||||||
Range rangeObj = parseRange(range);
|
Range rangeObj = parseRange(range);
|
||||||
//没有range,无需分割
|
//没有range,无需分割
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
7d84170367f99236c044f3a977720cc9
|
88f6be9b97ae6be2ebf1980714dc5812
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/refs/heads/multiThread/jar/custom_spider.jar;md5;7d84170367f99236c044f3a977720cc9",
|
"spider": "https://ghproxy.net/https://raw.githubusercontent.com/lushunming/AndroidCatVodSpider/refs/heads/multiThread/jar/custom_spider.jar;md5;88f6be9b97ae6be2ebf1980714dc5812",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue