123盘基本完成
This commit is contained in:
parent
0fd1d6df7c
commit
35ab144e27
|
|
@ -11,7 +11,7 @@ import kotlinx.coroutines.runBlocking
|
||||||
|
|
||||||
|
|
||||||
object ProxyServer {
|
object ProxyServer {
|
||||||
private const val THREAD_NUM = 16
|
private val THREAD_NUM = Runtime.getRuntime().availableProcessors()
|
||||||
private val partSize = 1024 * 1024 * 2
|
private val partSize = 1024 * 1024 * 2
|
||||||
private var port = 12345
|
private var port = 12345
|
||||||
private var httpServer: AdvancedHttpServer? = null
|
private var httpServer: AdvancedHttpServer? = null
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
77ff0d77d6fccecddd174ee82161f3bd
|
f18a9014de20e672f634bb9120e333cb
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;53bfcd21daf6443ac9c0922ef11a640c",
|
"spider": "https://andoridspidermt.netlify.app/jar/custom_spider.jar;md5;f18a9014de20e672f634bb9120e333cb",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "电视直播",
|
"name": "电视直播",
|
||||||
|
|
@ -134,7 +134,7 @@
|
||||||
"http://152.69.222.142:8088/api/search"
|
"http://152.69.222.142:8088/api/search"
|
||||||
],
|
],
|
||||||
"sources": [
|
"sources": [
|
||||||
"夸克", "百度","天翼","移动"
|
"夸克", "百度","123盘","天翼","移动"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue