This commit is contained in:
Harold
2026-06-04 21:45:18 +08:00
parent d112b65914
commit 04dbd3f858
6 changed files with 972 additions and 1015 deletions
+1
View File
@@ -0,0 +1 @@
Test.txt
File diff suppressed because one or more lines are too long
+596 -635
View File
@@ -1,21 +1,21 @@
{
"generated_at": "2026-06-04T21:23:28+08:00",
"generated_at": "2026-06-04T21:38:11+08:00",
"max_workers": 16,
"total_duration_ms": 41660.591,
"total_duration_ms": 35457.885,
"summary": {
"total": 82,
"success": 55,
"failed": 27,
"success_rate": 0.6707,
"total": 81,
"success": 57,
"failed": 24,
"success_rate": 0.7037,
"stage_failures": {
"module_load": 0,
"init": 0,
"home": 0,
"category": 12,
"detail": 3,
"player": 1,
"url_check": 6,
"unexpected": 5
"player": 0,
"url_check": 5,
"unexpected": 4
}
},
"results": [
@@ -27,14 +27,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 143.158,
"module_load": 283.257,
"init": 0.001,
"home": 976.762,
"category": 0.016,
"detail": 670.318,
"player": 2519.106,
"url_check": 1255.084,
"total": 5591.388
"home": 876.6,
"category": 0.055,
"detail": 715.405,
"player": 1270.65,
"url_check": 1267.445,
"total": 4415.904
},
"counts": {
"classes": 6,
@@ -50,11 +50,11 @@
},
"player": {
"parse": 0,
"url": "https://oss.douyinbit.com/m3u8/c7bbe7c047539deaab621965e9a95ee0.m3u8",
"url": "https://oss.douyinbit.com/m3u8/8abc4837e4f72b5ef7b615fdc3bec69b.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://oss.douyinbit.com/m3u8/c7bbe7c047539deaab621965e9a95ee0.m3u8",
"final_url": "https://oss.douyinbit.com/m3u8/8abc4837e4f72b5ef7b615fdc3bec69b.m3u8",
"reason": null
}
},
@@ -66,14 +66,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 136.233,
"module_load": 247.636,
"init": 0.001,
"home": 0.001,
"category": 998.032,
"detail": 556.7,
"player": 0.004,
"url_check": 843.4,
"total": 2535.472
"home": 0.002,
"category": 1967.231,
"detail": 567.382,
"player": 0.006,
"url_check": 144.282,
"total": 2929.103
},
"counts": {
"classes": 5,
@@ -105,14 +105,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 136.534,
"init": 0.003,
"module_load": 295.595,
"init": 0.005,
"home": 0.001,
"category": 637.21,
"detail": 597.773,
"player": 0.002,
"url_check": 0.059,
"total": 1372.329
"category": 781.052,
"detail": 540.959,
"player": 0.006,
"url_check": 0.197,
"total": 1624.41
},
"counts": {
"classes": 12,
@@ -141,17 +141,17 @@
"file": "AAZ音乐.txt",
"success": false,
"failed_stage": "unexpected",
"error": "('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 753, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 315, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/AAZ音乐.txt\", line 220, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/AAZ音乐.txt\", line 57, in _fetch_html\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 145, in fetch\n rsp = requests.get(url, params=params, cookies=cookies, headers=headers, timeout=timeout, verify=verify,\n stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
"error": "HTTPSConnectionPool(host='www.aaz.cx', port=443): Max retries exceeded with url: /list/new.html (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 488, in _make_request\n raise new_e\nurllib3.exceptions.SSLError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 535, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.aaz.cx', port=443): Max retries exceeded with url: /list/new.html (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 756, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 318, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/AAZ音乐.txt\", line 220, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/AAZ音乐.txt\", line 57, in _fetch_html\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 145, in fetch\n rsp = requests.get(url, params=params, cookies=cookies, headers=headers, timeout=timeout, verify=verify,\n stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='www.aaz.cx', port=443): Max retries exceeded with url: /list/new.html (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n",
"timings_ms": {
"module_load": 188.763,
"init": 0.0,
"home": 1842.886,
"module_load": 247.059,
"init": 0.001,
"home": 5629.143,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 2036.34
"total": 5886.716
},
"counts": {
"classes": 0,
@@ -183,14 +183,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 264.038,
"module_load": 338.361,
"init": 0.001,
"home": 0.001,
"category": 958.722,
"detail": 557.538,
"player": 0.011,
"url_check": 426.608,
"total": 2207.732
"category": 1091.339,
"detail": 866.313,
"player": 0.012,
"url_check": 206.69,
"total": 2503.577
},
"counts": {
"classes": 2,
@@ -222,14 +222,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 167.202,
"init": 0.009,
"home": 0.002,
"category": 1108.625,
"detail": 217.383,
"player": 287.637,
"url_check": 103.481,
"total": 1885.76
"module_load": 245.886,
"init": 0.016,
"home": 0.005,
"category": 1413.984,
"detail": 207.196,
"player": 321.571,
"url_check": 117.777,
"total": 2312.941
},
"counts": {
"classes": 6,
@@ -245,50 +245,11 @@
},
"player": {
"parse": 0,
"url": "https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=245245175293a13776d77f4b8ab311ae&vkey=89FD34383F67CB4F0C03D4015FF664E05E4E6ABDBA3B6F03A7E630A0E40EEDA73252D771B25F3DE9EC68380ABB986248079B64E07B92217B__v2b9abeb9&uin=1152921504846230218&fromtag=119114&redirect=1",
"url": "https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=fac3b25a5a2bf56012c6f11743dff49b&vkey=6D25E4BEA3A523D85EE8348084C7E76679214CBBB1033B6BF66CA5D62E50C6AAF83695C43FE7C6A1D9F4D64CEBC8CAEF21CA7F2D16D4E332__v2b9ab123&uin=1152921504846230218&fromtag=119114&redirect=1",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=245245175293a13776d77f4b8ab311ae&vkey=89FD34383F67CB4F0C03D4015FF664E05E4E6ABDBA3B6F03A7E630A0E40EEDA73252D771B25F3DE9EC68380ABB986248079B64E07B92217B__v2b9abeb9&uin=1152921504846230218&fromtag=119114&redirect=1",
"reason": null
}
},
{
"spider": "Test",
"file": "Test.txt",
"success": false,
"failed_stage": "unexpected",
"error": "Can't instantiate abstract class Spider without an implementation for abstract method 'init'",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 747, in validate_spider_file\n spider = spider_cls()\n File \"/home/harold/workspace/tvbox-resources/py/Test.txt\", line 21, in __new__\nTypeError: Can't instantiate abstract class Spider without an implementation for abstract method 'init'\n",
"timings_ms": {
"module_load": 209.955,
"init": 0.0,
"home": 0.0,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 215.6
},
"counts": {
"classes": 0,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": null,
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"final_url": "https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=fac3b25a5a2bf56012c6f11743dff49b&vkey=6D25E4BEA3A523D85EE8348084C7E76679214CBBB1033B6BF66CA5D62E50C6AAF83695C43FE7C6A1D9F4D64CEBC8CAEF21CA7F2D16D4E332__v2b9ab123&uin=1152921504846230218&fromtag=119114&redirect=1",
"reason": null
}
},
@@ -300,14 +261,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 226.865,
"init": 0.002,
"home": 0.051,
"category": 740.007,
"detail": 1664.394,
"player": 0.004,
"url_check": 913.076,
"total": 3545.734
"module_load": 240.452,
"init": 0.004,
"home": 0.083,
"category": 874.804,
"detail": 2386.263,
"player": 0.008,
"url_check": 813.804,
"total": 4319.469
},
"counts": {
"classes": 29,
@@ -339,14 +300,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 204.33,
"module_load": 252.77,
"init": 0.001,
"home": 0.002,
"category": 379.075,
"home": 0.001,
"category": 337.046,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1055.854
"total": 2150.579
},
"counts": {
"classes": 6,
@@ -378,14 +339,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 229.042,
"module_load": 257.937,
"init": 0.001,
"home": 0.0,
"category": 2629.471,
"detail": 1424.422,
"player": 1387.632,
"url_check": 253.572,
"total": 5925.215
"home": 0.001,
"category": 1995.245,
"detail": 1000.967,
"player": 1386.051,
"url_check": 300.293,
"total": 4942.511
},
"counts": {
"classes": 7,
@@ -395,17 +356,17 @@
},
"samples": {
"tid": "index",
"vod_id": "204125",
"vod_id": "202678",
"flag": "YouKnowTV",
"play_id": "eyJ2b2RfaWQiOiIyMDQxMjUiLCJlcGlzb2RlX2luZGV4IjoxLCJ0aXRsZSI6IuesrDAx6ZuGIiwiY2FuZGlkYXRlcyI6W3sic291cmNlIjoi57q_6LevMSIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDQxMjUtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMiIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDQxMjUtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMjQiLCJzb3VyY2VfaWQiOiIyIiwiZXBpc29kZV91cmwiOiJodHRwczovL3d3dy55b3Vrbm93LnR2L3AvMjA0MTI1LTItMS8ifSx7InNvdXJjZSI6Iue6v-i3rzI1Iiwic291cmNlX2lkIjoiMiIsImVwaXNvZGVfdXJsIjoiaHR0cHM6Ly93d3cueW91a25vdy50di9wLzIwNDEyNS0yLTEvIn1dfQ"
"play_id": "eyJ2b2RfaWQiOiIyMDI2NzgiLCJlcGlzb2RlX2luZGV4IjoxLCJ0aXRsZSI6IuesrDAx6ZuGIiwiY2FuZGlkYXRlcyI6W3sic291cmNlIjoi57q_6LevMSIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDI2NzgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMiIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDI2NzgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMTIiLCJzb3VyY2VfaWQiOiIyIiwiZXBpc29kZV91cmwiOiJodHRwczovL3d3dy55b3Vrbm93LnR2L3AvMjAyNjc4LTItMS8ifSx7InNvdXJjZSI6Iue6v-i3rzEzIiwic291cmNlX2lkIjoiMiIsImVwaXNvZGVfdXJsIjoiaHR0cHM6Ly93d3cueW91a25vdy50di9wLzIwMjY3OC0yLTEvIn1dfQ"
},
"player": {
"parse": 0,
"url": "https://vip.dytt-tvs.com/20260524/21262_965b31e5/index.m3u8",
"url": "https://vip.dytt-tvs.com/20260408/15807_72085ca6/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://vip.dytt-tvs.com/20260524/21262_965b31e5/index.m3u8",
"final_url": "https://vip.dytt-tvs.com/20260408/15807_72085ca6/index.m3u8",
"reason": null
}
},
@@ -417,14 +378,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 198.788,
"init": 0.011,
"home": 0.003,
"category": 407.047,
"module_load": 289.452,
"init": 0.007,
"home": 0.002,
"category": 439.597,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1219.908
"total": 1502.155
},
"counts": {
"classes": 5,
@@ -453,17 +414,17 @@
"file": "不太灵.txt",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"error": "HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10)",
"traceback": null,
"timings_ms": {
"module_load": 187.851,
"module_load": 246.478,
"init": 0.001,
"home": 3114.774,
"category": 3664.709,
"home": 6572.93,
"category": 10326.929,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 10631.18
"total": 27460.82
},
"counts": {
"classes": 5,
@@ -495,14 +456,14 @@
"error": "详情缺少播放源或播放列表",
"traceback": null,
"timings_ms": {
"module_load": 178.034,
"module_load": 251.077,
"init": 0.001,
"home": 529.57,
"category": 0.012,
"detail": 105.293,
"home": 471.157,
"category": 0.009,
"detail": 116.878,
"player": 0.0,
"url_check": 0.0,
"total": 929.775
"total": 951.288
},
"counts": {
"classes": 5,
@@ -534,14 +495,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 170.736,
"init": 0.0,
"home": 0.001,
"category": 743.446,
"detail": 839.472,
"player": 2558.18,
"url_check": 1178.455,
"total": 5491.478
"module_load": 283.203,
"init": 0.008,
"home": 0.002,
"category": 900.567,
"detail": 680.41,
"player": 1277.898,
"url_check": 949.334,
"total": 4100.788
},
"counts": {
"classes": 14,
@@ -573,14 +534,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 174.355,
"module_load": 265.962,
"init": 0.001,
"home": 504.988,
"category": 2641.828,
"detail": 1117.442,
"player": 0.024,
"url_check": 1982.346,
"total": 6423.406
"home": 697.355,
"category": 657.698,
"detail": 1093.983,
"player": 0.055,
"url_check": 2585.628,
"total": 5304.401
},
"counts": {
"classes": 7,
@@ -600,7 +561,7 @@
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://d1jdnmkc1n5cn4.cloudfront.net/hls_overseas/7e42b3d3cd8102ed320a1e52c5016615860770bd.m3u8",
"final_url": "https://d1jdnmkc1n5cn4.cloudfront.net/hls_overseas/b66ea81d8c2f2e2468755cf69b0dafd2fdea5339.m3u8",
"reason": null
}
},
@@ -612,14 +573,14 @@
"error": "HTTPSConnectionPool(host='www.21uc.com', port=443): Max retries exceeded with url: /type/2.html (Caused by NameResolutionError(\"HTTPSConnection(host='www.21uc.com', port=443): Failed to resolve 'www.21uc.com' ([Errno -2] Name or service not known)\"))",
"traceback": null,
"timings_ms": {
"module_load": 187.811,
"module_load": 261.997,
"init": 0.001,
"home": 0.001,
"category": 327.311,
"category": 203.559,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 891.579
"total": 888.805
},
"counts": {
"classes": 5,
@@ -651,14 +612,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 44.979,
"module_load": 279.219,
"init": 0.001,
"home": 0.001,
"category": 1921.329,
"detail": 290.103,
"player": 0.005,
"url_check": 1045.482,
"total": 3303.734
"category": 1357.64,
"detail": 307.697,
"player": 0.004,
"url_check": 1276.359,
"total": 3227.811
},
"counts": {
"classes": 4,
@@ -690,14 +651,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.005,
"module_load": 7.106,
"init": 0.001,
"home": 0.0,
"category": 1483.039,
"detail": 534.896,
"player": 0.013,
"url_check": 1295.139,
"total": 3317.823
"home": 0.001,
"category": 1568.297,
"detail": 1092.678,
"player": 0.011,
"url_check": 992.638,
"total": 3661.865
},
"counts": {
"classes": 4,
@@ -729,14 +690,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 6.59,
"module_load": 4.864,
"init": 0.001,
"home": 2483.194,
"category": 241.391,
"detail": 223.168,
"player": 2558.67,
"url_check": 1100.521,
"total": 6614.399
"home": 820.85,
"category": 260.217,
"detail": 228.348,
"player": 657.034,
"url_check": 323.133,
"total": 2295.46
},
"counts": {
"classes": 4,
@@ -752,11 +713,11 @@
},
"player": {
"parse": 0,
"url": "https://a0i8l8sv37c75u6.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780593812-5a680ed12ae1c98aaeafde48566d069b-0-ad7003a2d7d516ea9ad502b29ccf950c&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=d9019bb4bf8947aea6fa107d7dc6d478&hevc=false&seasonId=57302",
"url": "https://a0i8ooh50phmlv9.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780594694-94151bd1768998590f6c6a187c8f6fba-0-bec56bb7f028f0b1a87551ee2e201344&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=62735b08a2264e4095c4d95623b185db&hevc=false&seasonId=57302",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://a0i8l8sv37c75u6.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780593812-5a680ed12ae1c98aaeafde48566d069b-0-ad7003a2d7d516ea9ad502b29ccf950c&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=d9019bb4bf8947aea6fa107d7dc6d478&hevc=false&seasonId=57302",
"final_url": "https://a0i8ooh50phmlv9.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780594694-94151bd1768998590f6c6a187c8f6fba-0-bec56bb7f028f0b1a87551ee2e201344&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=62735b08a2264e4095c4d95623b185db&hevc=false&seasonId=57302",
"reason": null
}
},
@@ -768,14 +729,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 14.492,
"module_load": 9.751,
"init": 0.001,
"home": 0.001,
"category": 2338.336,
"detail": 849.739,
"player": 0.004,
"url_check": 239.698,
"total": 3443.231
"category": 306.746,
"detail": 555.996,
"player": 0.006,
"url_check": 232.23,
"total": 1106.46
},
"counts": {
"classes": 6,
@@ -807,14 +768,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.127,
"module_load": 11.681,
"init": 0.001,
"home": 0.001,
"category": 805.301,
"detail": 1135.226,
"player": 0.007,
"url_check": 211.168,
"total": 6852.546
"category": 865.046,
"detail": 1227.119,
"player": 0.01,
"url_check": 158.066,
"total": 2932.52
},
"counts": {
"classes": 4,
@@ -823,18 +784,18 @@
"episodes": 2
},
"samples": {
"tid": "movie",
"vod_id": "movie/the-presidents-barber",
"tid": "series",
"vod_id": "movie/11-22-63",
"flag": "quark",
"play_id": "https://pan.quark.cn/s/8d5bf432cd16"
"play_id": "https://pan.quark.cn/s/f7c6847ac5ec"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/8d5bf432cd16",
"url": "https://pan.quark.cn/s/f7c6847ac5ec",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/8d5bf432cd16",
"final_url": "https://pan.quark.cn/s/f7c6847ac5ec",
"reason": null
}
},
@@ -846,14 +807,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 6.838,
"init": 0.0,
"module_load": 6.784,
"init": 0.001,
"home": 0.001,
"category": 693.205,
"detail": 203.764,
"player": 1882.696,
"url_check": 1266.784,
"total": 4054.364
"category": 1510.806,
"detail": 233.699,
"player": 1165.582,
"url_check": 876.262,
"total": 3795.23
},
"counts": {
"classes": 4,
@@ -869,7 +830,7 @@
},
"player": {
"parse": 0,
"url": "https://v.xlys.ltd.ua/obj/265CED9273EAA85B2CBC855D44DD1DCED5948E7C462FCE98F9D4FCE55C9A4B46",
"url": "https://v.xlys.ltd.ua/obj/584B70DEBFF8DDF7C43036508602240FB84A6FE52B7917132E18B45F1C73C4A2",
"valid": true,
"reachable": true,
"status_code": 200,
@@ -885,14 +846,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 5.577,
"module_load": 6.585,
"init": 0.001,
"home": 648.455,
"category": 348.956,
"home": 451.594,
"category": 329.225,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1350.136
"total": 1115.299
},
"counts": {
"classes": 5,
@@ -924,14 +885,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.84,
"module_load": 7.784,
"init": 0.001,
"home": 0.0,
"category": 1131.423,
"detail": 888.511,
"player": 1960.538,
"url_check": 2661.886,
"total": 6648.705
"home": 0.001,
"category": 1004.023,
"detail": 1163.455,
"player": 1748.106,
"url_check": 2873.267,
"total": 6797.147
},
"counts": {
"classes": 8,
@@ -963,14 +924,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 8.157,
"init": 0.001,
"home": 0.001,
"category": 360.954,
"module_load": 11.858,
"init": 0.002,
"home": 0.002,
"category": 358.783,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1027.872
"total": 728.656
},
"counts": {
"classes": 5,
@@ -1002,14 +963,14 @@
"error": "详情缺少播放源或播放列表",
"traceback": null,
"timings_ms": {
"module_load": 12.469,
"module_load": 7.84,
"init": 0.001,
"home": 0.001,
"category": 293.377,
"detail": 488.079,
"category": 282.573,
"detail": 466.879,
"player": 0.0,
"url_check": 0.0,
"total": 1607.253
"total": 1618.827
},
"counts": {
"classes": 6,
@@ -1041,14 +1002,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.47,
"module_load": 4.333,
"init": 0.001,
"home": 3093.992,
"category": 257.622,
"detail": 695.077,
"player": 0.002,
"url_check": 399.245,
"total": 4454.774
"home": 2808.906,
"category": 277.009,
"detail": 682.743,
"player": 0.003,
"url_check": 41.701,
"total": 3815.103
},
"counts": {
"classes": 11,
@@ -1080,14 +1041,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 9.422,
"init": 316.915,
"home": 0.004,
"category": 163.995,
"detail": 171.451,
"player": 0.014,
"url_check": 221.809,
"total": 885.194
"module_load": 5.998,
"init": 398.665,
"home": 0.005,
"category": 175.567,
"detail": 298.673,
"player": 0.003,
"url_check": 153.7,
"total": 1033.483
},
"counts": {
"classes": 7,
@@ -1119,14 +1080,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 13.336,
"init": 81.414,
"home": 0.001,
"category": 377.934,
"detail": 449.895,
"player": 330.83,
"url_check": 525.674,
"total": 1780.207
"module_load": 4.102,
"init": 86.109,
"home": 0.002,
"category": 175.509,
"detail": 2577.939,
"player": 309.269,
"url_check": 98.08,
"total": 3251.717
},
"counts": {
"classes": 11,
@@ -1142,11 +1103,11 @@
},
"player": {
"parse": 0,
"url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=3dde7fa65b0eda533656819bee151736&buy_key=FM&token=9974&timestamp=1780579413&duration=453",
"url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=821d9932cd613ae3db0b0124dc0ecad4&buy_key=FM&token=1929&timestamp=1780580298&duration=453",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=3dde7fa65b0eda533656819bee151736&buy_key=FM&token=9974&timestamp=1780579413&duration=453",
"final_url": "http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=821d9932cd613ae3db0b0124dc0ecad4&buy_key=FM&token=1929&timestamp=1780580298&duration=453",
"reason": null
}
},
@@ -1158,14 +1119,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 9.395,
"module_load": 12.811,
"init": 0.001,
"home": 802.254,
"category": 645.749,
"detail": 1015.956,
"player": 788.339,
"url_check": 502.735,
"total": 3765.777
"home": 891.692,
"category": 584.137,
"detail": 913.669,
"player": 818.355,
"url_check": 139.011,
"total": 3361.245
},
"counts": {
"classes": 8,
@@ -1192,19 +1153,19 @@
{
"spider": "咕咕动漫",
"file": "咕咕动漫.txt",
"success": false,
"failed_stage": "url_check",
"error": "不支持的地址协议: empty",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 7.511,
"module_load": 13.15,
"init": 0.005,
"home": 559.684,
"category": 387.668,
"detail": 520.215,
"player": 516.697,
"url_check": 0.065,
"total": 4341.005
"home": 887.939,
"category": 561.014,
"detail": 528.082,
"player": 1726.721,
"url_check": 496.183,
"total": 4214.062
},
"counts": {
"classes": 3,
@@ -1213,19 +1174,19 @@
"episodes": 1
},
"samples": {
"tid": "21",
"vod_id": "1022",
"flag": "咕咕A线",
"play_id": "parse_api=a2796a09189261bcaf3cc4542d7c5ac2&url=Cz//vHsKZNcZiaOuDviIL3iVBSC5KAXQ1FT6XdQEAwhyF7rbq0deLNRNBRbm72Ao&token=|剧场版 超时空要塞DELTA:绝对LIVE|1"
"tid": "6",
"vod_id": "4963",
"flag": "咕咕新线(国内高速)",
"play_id": "parse_api=a2796a09189261bcaf3cc4542d7c5ac2&url=/8CD5bqHP2cy2pCU80H/i1ldj2GWQSx4u0fLnWdDwG9eJ1+0g57pU+toQ1sXZRwF&token=|转生成自动贩卖机的我今天也在迷宫徘徊 第三季|1"
},
"player": {
"parse": 1,
"url": "parse_api=a2796a09189261bcaf3cc4542d7c5ac2&url=Cz//vHsKZNcZiaOuDviIL3iVBSC5KAXQ1FT6XdQEAwhyF7rbq0deLNRNBRbm72Ao&token=",
"valid": false,
"reachable": false,
"status_code": null,
"final_url": "parse_api=a2796a09189261bcaf3cc4542d7c5ac2&url=Cz//vHsKZNcZiaOuDviIL3iVBSC5KAXQ1FT6XdQEAwhyF7rbq0deLNRNBRbm72Ao&token=",
"reason": "不支持的地址协议: empty"
"parse": 0,
"url": "https://p9-bot-workflow-sign.byteimg.com/tos-cn-i-mdko3gqilj/9b19a5f7decc46d6a48414c925b2ba64~tplv-mdko3gqilj-image.image?rk3s=81d4c505&x-expires=1811684299&x-signature=%2Fy3gAL7lFV1J0SZyC1TJh%2Fn1oSg%3D",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://p9-bot-workflow-sign.byteimg.com/tos-cn-i-mdko3gqilj/9b19a5f7decc46d6a48414c925b2ba64~tplv-mdko3gqilj-image.image?rk3s=81d4c505&x-expires=1811684299&x-signature=%2Fy3gAL7lFV1J0SZyC1TJh%2Fn1oSg%3D",
"reason": null
}
},
{
@@ -1236,14 +1197,14 @@
"error": "HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=30&pg=1&by=time (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))",
"traceback": null,
"timings_ms": {
"module_load": 4.004,
"module_load": 4.367,
"init": 0.0,
"home": 0.001,
"category": 3012.335,
"category": 3010.12,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 6337.686
"total": 6024.978
},
"counts": {
"classes": 5,
@@ -1275,14 +1236,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 15.771,
"module_load": 8.41,
"init": 0.001,
"home": 0.001,
"category": 914.82,
"category": 697.025,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1758.099
"total": 1444.63
},
"counts": {
"classes": 6,
@@ -1314,14 +1275,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 15.653,
"module_load": 10.131,
"init": 0.001,
"home": 0.001,
"category": 2295.536,
"category": 2285.415,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 5186.01
"total": 5327.138
},
"counts": {
"classes": 6,
@@ -1353,14 +1314,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 9.262,
"module_load": 4.807,
"init": 0.001,
"home": 0.009,
"category": 1257.38,
"detail": 484.7,
"player": 0.007,
"url_check": 680.309,
"total": 7462.904
"home": 0.015,
"category": 1393.405,
"detail": 499.479,
"player": 0.004,
"url_check": 720.106,
"total": 2618.501
},
"counts": {
"classes": 6,
@@ -1371,16 +1332,16 @@
"samples": {
"tid": "1",
"vod_id": "78638",
"flag": "ruyi",
"play_id": "https://svip.ryiplay18.com/share/174b39525e01b7542b3ee27ac7251d2c"
"flag": "rym3u8",
"play_id": "https://svip.ryiplay18.com/20260602/6845_559c24e8/index.m3u8"
},
"player": {
"parse": 1,
"url": "https://svip.ryiplay18.com/share/174b39525e01b7542b3ee27ac7251d2c",
"parse": 0,
"url": "https://svip.ryiplay18.com/20260602/6845_559c24e8/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://svip.ryiplay18.com/share/174b39525e01b7542b3ee27ac7251d2c",
"final_url": "https://svip.ryiplay18.com/20260602/6845_559c24e8/index.m3u8",
"reason": null
}
},
@@ -1392,14 +1353,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 14.387,
"init": 298.781,
"home": 1048.159,
"category": 320.949,
"detail": 310.607,
"player": 2040.718,
"url_check": 79.766,
"total": 4114.182
"module_load": 23.144,
"init": 303.564,
"home": 630.169,
"category": 422.713,
"detail": 299.637,
"player": 3039.868,
"url_check": 83.381,
"total": 4803.155
},
"counts": {
"classes": 9,
@@ -1431,14 +1392,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.868,
"module_load": 9.562,
"init": 0.001,
"home": 0.001,
"category": 647.399,
"detail": 528.795,
"player": 1460.202,
"url_check": 554.824,
"total": 3197.061
"category": 678.829,
"detail": 512.434,
"player": 913.497,
"url_check": 1480.757,
"total": 3595.916
},
"counts": {
"classes": 4,
@@ -1454,11 +1415,11 @@
},
"player": {
"parse": 0,
"url": "https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=RGzSErK1LN7tpB%2BFnhKRkAFLlhs%3D&Expires=1780579716&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016",
"url": "https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=4QL4vjGCcJzEXXlK/cqg9IqiYMM%3D&Expires=1780580460&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=RGzSErK1LN7tpB%2BFnhKRkAFLlhs%3D&Expires=1780579716&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016",
"final_url": "https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=4QL4vjGCcJzEXXlK/cqg9IqiYMM%3D&Expires=1780580460&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016",
"reason": null
}
},
@@ -1470,14 +1431,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.551,
"init": 0.013,
"home": 557.607,
"category": 293.522,
"detail": 1223.489,
"player": 0.003,
"url_check": 549.951,
"total": 2631.144
"module_load": 4.417,
"init": 0.034,
"home": 182.099,
"category": 279.382,
"detail": 1014.138,
"player": 0.002,
"url_check": 114.079,
"total": 1594.749
},
"counts": {
"classes": 30,
@@ -1489,15 +1450,15 @@
"tid": "都市",
"vod_id": "110000044555935694",
"flag": "1080P",
"play_id": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780579415&sign=a49b9f837efa800402b8ea2dda752c74"
"play_id": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780580298&sign=1aaf2c9e0e51396387bbd665e25c6c66"
},
"player": {
"parse": 0,
"url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780579415&sign=a49b9f837efa800402b8ea2dda752c74",
"url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780580298&sign=1aaf2c9e0e51396387bbd665e25c6c66",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780579415&sign=a49b9f837efa800402b8ea2dda752c74",
"final_url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780580298&sign=1aaf2c9e0e51396387bbd665e25c6c66",
"reason": null
}
},
@@ -1509,14 +1470,14 @@
"error": "HTTPSConnectionPool(host='cdn.yzzy28-play.com', port=443): Read timed out. (read timeout=5)",
"traceback": null,
"timings_ms": {
"module_load": 5.917,
"module_load": 5.765,
"init": 0.001,
"home": 0.0,
"category": 241.439,
"detail": 234.78,
"player": 239.012,
"url_check": 5015.853,
"total": 9272.611
"home": 0.001,
"category": 248.827,
"detail": 236.751,
"player": 222.888,
"url_check": 5011.134,
"total": 9198.249
},
"counts": {
"classes": 5,
@@ -1548,14 +1509,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 3.189,
"module_load": 4.003,
"init": 0.0,
"home": 0.0,
"category": 496.897,
"detail": 586.063,
"player": 0.002,
"url_check": 401.013,
"total": 1487.609
"category": 417.982,
"detail": 740.758,
"player": 0.004,
"url_check": 846.869,
"total": 2010.211
},
"counts": {
"classes": 5,
@@ -1587,14 +1548,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 7.443,
"module_load": 9.91,
"init": 0.001,
"home": 0.001,
"category": 4056.831,
"detail": 587.503,
"player": 0.008,
"url_check": 489.854,
"total": 5141.992
"category": 3840.837,
"detail": 425.314,
"player": 0.026,
"url_check": 509.551,
"total": 4790.178
},
"counts": {
"classes": 7,
@@ -1626,14 +1587,14 @@
"error": "HTTPSConnectionPool(host='cdn.vvvip-plays33.cc', port=443): Read timed out. (read timeout=5)",
"traceback": null,
"timings_ms": {
"module_load": 5.852,
"init": 0.001,
"module_load": 4.78,
"init": 0.0,
"home": 0.001,
"category": 1078.51,
"detail": 1066.29,
"player": 1088.845,
"url_check": 5052.019,
"total": 34344.168
"category": 1079.472,
"detail": 1059.043,
"player": 1071.777,
"url_check": 5012.122,
"total": 29507.163
},
"counts": {
"classes": 4,
@@ -1665,14 +1626,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 3.788,
"init": 2242.511,
"home": 707.918,
"category": 623.874,
"detail": 681.999,
"player": 1274.867,
"url_check": 771.037,
"total": 6306.727
"module_load": 4.0,
"init": 1501.736,
"home": 656.059,
"category": 653.607,
"detail": 679.001,
"player": 1295.646,
"url_check": 773.87,
"total": 5564.569
},
"counts": {
"classes": 8,
@@ -1688,11 +1649,11 @@
},
"player": {
"parse": 0,
"url": "https://usaydd.0rvgx279.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=62fb5a0625df303c50657995bcf80c82&t=1780579421",
"url": "https://usaydd.up8r6jjh.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=c2aa34a59af171ae365979e6931c7c39&t=1780580303",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://usaydd.0rvgx279.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=62fb5a0625df303c50657995bcf80c82&t=1780579421",
"final_url": "https://usaydd.up8r6jjh.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=c2aa34a59af171ae365979e6931c7c39&t=1780580303",
"reason": null
}
},
@@ -1704,14 +1665,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 11.607,
"module_load": 7.365,
"init": 0.001,
"home": 0.0,
"category": 469.818,
"detail": 304.133,
"player": 0.009,
"url_check": 1465.225,
"total": 2251.266
"home": 0.001,
"category": 270.798,
"detail": 1358.562,
"player": 0.006,
"url_check": 1304.216,
"total": 2941.339
},
"counts": {
"classes": 6,
@@ -1743,14 +1704,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.401,
"init": 93.3,
"home": 188.941,
"category": 138.533,
"detail": 102.586,
"player": 845.986,
"url_check": 1801.422,
"total": 3180.64
"module_load": 12.274,
"init": 92.753,
"home": 192.213,
"category": 131.99,
"detail": 92.433,
"player": 6804.665,
"url_check": 795.647,
"total": 8122.602
},
"counts": {
"classes": 7,
@@ -1766,11 +1727,11 @@
},
"player": {
"parse": 0,
"url": "https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaBhO5qQBRejDslJ4HMvz4CTWYIHXiWnnqFw2ISWLMqM8FG6zaduzd7r_RxM_X1-L6DZMnQzT0J42zufckL8_YNg&xfy.m3u8",
"url": "https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaLtTqU6EthMBOV3_qkiPZJCHPHtFNvvY1w_1JTg6KGzWryknEjafRDytL2jU_iaUL7z8xQ5hH1aTg27i6dVYmlo&xfy.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaBhO5qQBRejDslJ4HMvz4CTWYIHXiWnnqFw2ISWLMqM8FG6zaduzd7r_RxM_X1-L6DZMnQzT0J42zufckL8_YNg&xfy.m3u8",
"final_url": "https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaLtTqU6EthMBOV3_qkiPZJCHPHtFNvvY1w_1JTg6KGzWryknEjafRDytL2jU_iaUL7z8xQ5hH1aTg27i6dVYmlo&xfy.m3u8",
"reason": null
}
},
@@ -1782,14 +1743,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.09,
"init": 0.0,
"home": 578.975,
"category": 367.543,
"detail": 942.473,
"player": 0.023,
"url_check": 326.678,
"total": 2222.024
"module_load": 5.761,
"init": 0.001,
"home": 316.074,
"category": 349.323,
"detail": 766.346,
"player": 0.039,
"url_check": 537.714,
"total": 1976.269
},
"counts": {
"classes": 10,
@@ -1821,14 +1782,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 18.695,
"init": 537.361,
"home": 965.517,
"category": 189.508,
"detail": 210.246,
"player": 687.449,
"url_check": 828.664,
"total": 3437.936
"module_load": 7.25,
"init": 283.487,
"home": 812.758,
"category": 200.934,
"detail": 201.586,
"player": 247.64,
"url_check": 290.231,
"total": 2044.539
},
"counts": {
"classes": 7,
@@ -1860,14 +1821,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.742,
"module_load": 5.123,
"init": 0.001,
"home": 0.0,
"category": 1810.528,
"detail": 604.575,
"player": 0.003,
"url_check": 1039.001,
"total": 3459.78
"home": 0.001,
"category": 598.631,
"detail": 224.197,
"player": 0.004,
"url_check": 1212.537,
"total": 2041.07
},
"counts": {
"classes": 5,
@@ -1899,14 +1860,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 17.223,
"module_load": 4.213,
"init": 0.002,
"home": 1346.03,
"category": 305.505,
"detail": 329.899,
"player": 283.283,
"url_check": 80.576,
"total": 2363.224
"home": 1027.178,
"category": 344.095,
"detail": 333.458,
"player": 301.316,
"url_check": 75.433,
"total": 2087.581
},
"counts": {
"classes": 10,
@@ -1922,11 +1883,11 @@
},
"player": {
"parse": 0,
"url": "http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780579419760&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
"url": "http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780580302595&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780579419760&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
"final_url": "http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780580302595&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
"reason": null
}
},
@@ -1938,18 +1899,18 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 21.838,
"init": 0.024,
"home": 3491.247,
"category": 534.121,
"detail": 493.259,
"module_load": 12.147,
"init": 0.017,
"home": 3152.679,
"category": 1039.914,
"detail": 141.228,
"player": 0.001,
"url_check": 467.818,
"total": 5009.525
"url_check": 271.025,
"total": 4617.864
},
"counts": {
"classes": 11,
"category_videos": 60,
"category_videos": 48,
"detail_videos": 1,
"episodes": 1
},
@@ -1977,14 +1938,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.885,
"init": 0.001,
"module_load": 4.204,
"init": 0.0,
"home": 0.001,
"category": 345.659,
"detail": 339.042,
"player": 328.352,
"url_check": 318.829,
"total": 1338.62
"category": 287.985,
"detail": 1244.035,
"player": 344.109,
"url_check": 302.457,
"total": 2183.778
},
"counts": {
"classes": 6,
@@ -2011,19 +1972,19 @@
{
"spider": "猫猫4K",
"file": "猫猫4K.txt",
"success": false,
"failed_stage": "player",
"error": "playerContent 未返回播放地址",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 7.028,
"init": 172.639,
"home": 267.879,
"category": 688.998,
"detail": 183.785,
"player": 1626.798,
"url_check": 0.0,
"total": 5145.563
"module_load": 7.518,
"init": 188.208,
"home": 233.852,
"category": 474.874,
"detail": 191.871,
"player": 159.37,
"url_check": 172.393,
"total": 4205.131
},
"counts": {
"classes": 5,
@@ -2033,17 +1994,17 @@
},
"samples": {
"tid": "2",
"vod_id": "70291",
"flag": "火猫⚡蓝光",
"play_id": "NBY-XMYAESecdf016c8a3370c8325d0ebe955bb095a3ed1ddc22a22f2b55e71296909ae980f28c044fee6f870c6d8d55468f0afc8d|ed68be5df66bdc4022e7f18715e8a934@@@NBY"
"vod_id": "60277",
"flag": "火猫备用T",
"play_id": "https://vip.dytt-tvs.com/20260326/14267_3b575017/index.m3u8@@@dyttm3u8"
},
"player": {
"parse": 0,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"url": "https://vip.dytt-tvs.com/20260326/14267_3b575017/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://vip.dytt-tvs.com/20260326/14267_3b575017/index.m3u8",
"reason": null
}
},
@@ -2055,14 +2016,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.235,
"module_load": 7.442,
"init": 0.001,
"home": 0.0,
"category": 811.356,
"detail": 607.475,
"player": 0.006,
"url_check": 226.983,
"total": 1654.508
"category": 772.056,
"detail": 566.881,
"player": 0.015,
"url_check": 174.893,
"total": 1522.113
},
"counts": {
"classes": 8,
@@ -2094,14 +2055,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 35.894,
"module_load": 38.251,
"init": 0.001,
"home": 2.575,
"category": 867.693,
"detail": 589.831,
"home": 2.595,
"category": 771.338,
"detail": 595.374,
"player": 0.003,
"url_check": 1093.178,
"total": 2590.05
"url_check": 1011.591,
"total": 2420.28
},
"counts": {
"classes": 10,
@@ -2133,14 +2094,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 6.615,
"module_load": 4.856,
"init": 0.001,
"home": 0.02,
"category": 643.379,
"detail": 1661.587,
"player": 329.854,
"url_check": 1327.998,
"total": 3971.139
"home": 0.017,
"category": 449.451,
"detail": 743.652,
"player": 331.862,
"url_check": 2360.111,
"total": 3891.288
},
"counts": {
"classes": 5,
@@ -2156,7 +2117,7 @@
},
"player": {
"parse": 0,
"url": "https://vd.jiunuow.com/16a38550afda647192caae933bd51842/20260604212341/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8",
"url": "https://vd.jiunuow.com/1a6dfbedaf93b0303b47cf71c9f485d5/20260604213823/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
@@ -2172,14 +2133,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 3.25,
"module_load": 4.445,
"init": 0.001,
"home": 1072.016,
"category": 318.477,
"detail": 686.774,
"player": 298.951,
"url_check": 72.477,
"total": 2452.435
"home": 406.462,
"category": 275.033,
"detail": 606.109,
"player": 307.021,
"url_check": 55.68,
"total": 1655.709
},
"counts": {
"classes": 29,
@@ -2211,14 +2172,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.385,
"init": 0.0,
"home": 258.784,
"category": 248.666,
"detail": 440.783,
"player": 0.039,
"url_check": 419.306,
"total": 1374.044
"module_load": 5.344,
"init": 0.001,
"home": 287.62,
"category": 268.852,
"detail": 265.487,
"player": 0.04,
"url_check": 521.349,
"total": 1349.787
},
"counts": {
"classes": 8,
@@ -2250,14 +2211,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 10.367,
"init": 0.002,
"module_load": 6.982,
"init": 0.001,
"home": 0.001,
"category": 202.56,
"detail": 219.18,
"player": 312.757,
"url_check": 1524.577,
"total": 2270.288
"category": 211.176,
"detail": 221.709,
"player": 222.058,
"url_check": 1240.409,
"total": 1903.414
},
"counts": {
"classes": 4,
@@ -2289,14 +2250,14 @@
"error": "详情缺少播放源或播放列表",
"traceback": null,
"timings_ms": {
"module_load": 8.046,
"init": 0.022,
"home": 0.001,
"category": 726.105,
"detail": 341.949,
"module_load": 16.806,
"init": 0.047,
"home": 0.002,
"category": 758.137,
"detail": 348.235,
"player": 0.0,
"url_check": 0.0,
"total": 4173.871
"total": 2923.91
},
"counts": {
"classes": 5,
@@ -2328,14 +2289,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 19.335,
"init": 1357.075,
"home": 0.114,
"category": 709.381,
"detail": 613.708,
"player": 0.003,
"url_check": 875.752,
"total": 3576.042
"module_load": 47.119,
"init": 1721.104,
"home": 0.117,
"category": 777.777,
"detail": 1006.106,
"player": 0.002,
"url_check": 71.808,
"total": 3624.651
},
"counts": {
"classes": 11,
@@ -2367,14 +2328,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 6.009,
"module_load": 5.346,
"init": 0.001,
"home": 0.001,
"category": 699.808,
"detail": 760.365,
"player": 0.005,
"url_check": 188.038,
"total": 1654.731
"category": 736.689,
"detail": 1558.662,
"player": 0.006,
"url_check": 143.834,
"total": 2445.233
},
"counts": {
"classes": 2,
@@ -2406,14 +2367,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.789,
"init": 0.003,
"home": 0.005,
"category": 921.39,
"detail": 614.821,
"module_load": 7.713,
"init": 0.006,
"home": 0.008,
"category": 635.946,
"detail": 825.563,
"player": 0.005,
"url_check": 0.143,
"total": 1542.729
"url_check": 0.078,
"total": 1469.849
},
"counts": {
"classes": 24,
@@ -2445,14 +2406,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 11.975,
"init": 0.002,
"home": 335.863,
"category": 354.99,
"module_load": 11.209,
"init": 0.001,
"home": 332.335,
"category": 330.831,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1045.467
"total": 1005.017
},
"counts": {
"classes": 5,
@@ -2484,14 +2445,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 6.907,
"module_load": 7.345,
"init": 0.001,
"home": 1227.876,
"category": 1416.859,
"detail": 0.017,
"player": 1786.289,
"url_check": 906.874,
"total": 5346.006
"home": 452.315,
"category": 541.37,
"detail": 0.006,
"player": 1760.016,
"url_check": 56.814,
"total": 2819.12
},
"counts": {
"classes": 62,
@@ -2507,11 +2468,11 @@
},
"player": {
"parse": 0,
"url": "https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=9351b84b2233fd164e0359dcaf886cb5&wsTime=1780579425",
"url": "https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=b1acc075ab784afd3663222f1d055e84&wsTime=1780580306",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=9351b84b2233fd164e0359dcaf886cb5&wsTime=1780579425",
"final_url": "https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=b1acc075ab784afd3663222f1d055e84&wsTime=1780580306",
"reason": null
}
},
@@ -2523,14 +2484,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 4.18,
"module_load": 8.102,
"init": 0.001,
"home": 0.001,
"category": 1644.29,
"category": 1999.902,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 4440.102
"total": 4220.888
},
"counts": {
"classes": 6,
@@ -2562,14 +2523,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 7.414,
"module_load": 7.967,
"init": 0.001,
"home": 274.153,
"category": 301.698,
"detail": 1768.058,
"player": 0.004,
"url_check": 274.126,
"total": 2626.106
"home": 97.187,
"category": 289.989,
"detail": 1295.771,
"player": 0.003,
"url_check": 278.393,
"total": 1970.129
},
"counts": {
"classes": 7,
@@ -2601,14 +2562,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.337,
"module_load": 9.377,
"init": 0.001,
"home": 0.001,
"category": 1001.912,
"detail": 487.406,
"player": 0.005,
"url_check": 1103.533,
"total": 2601.557
"category": 800.961,
"detail": 229.888,
"player": 0.006,
"url_check": 950.348,
"total": 1991.16
},
"counts": {
"classes": 7,
@@ -2640,14 +2601,14 @@
"error": "HTTPSConnectionPool(host='v.lzcdn27.com', port=443): Read timed out. (read timeout=5)",
"traceback": null,
"timings_ms": {
"module_load": 11.268,
"module_load": 6.445,
"init": 0.001,
"home": 1195.043,
"category": 532.593,
"detail": 387.946,
"player": 1036.256,
"url_check": 5013.412,
"total": 19228.334
"home": 543.794,
"category": 395.977,
"detail": 402.456,
"player": 890.782,
"url_check": 5014.069,
"total": 18263.706
},
"counts": {
"classes": 4,
@@ -2679,14 +2640,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.169,
"module_load": 7.841,
"init": 0.001,
"home": 0.001,
"category": 4955.323,
"detail": 4810.23,
"player": 0.023,
"url_check": 213.612,
"total": 9988.015
"category": 5162.895,
"detail": 4904.033,
"player": 0.015,
"url_check": 212.447,
"total": 10287.849
},
"counts": {
"classes": 7,
@@ -2718,14 +2679,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 16.172,
"module_load": 8.085,
"init": 0.001,
"home": 0.001,
"category": 834.807,
"detail": 307.418,
"player": 0.007,
"url_check": 966.235,
"total": 2125.151
"category": 1056.729,
"detail": 256.267,
"player": 0.003,
"url_check": 1048.868,
"total": 2371.474
},
"counts": {
"classes": 7,
@@ -2757,14 +2718,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 5.114,
"module_load": 6.483,
"init": 0.001,
"home": 0.001,
"category": 499.575,
"detail": 332.073,
"player": 413.671,
"url_check": 180.953,
"total": 6650.789
"category": 606.486,
"detail": 205.174,
"player": 199.398,
"url_check": 170.714,
"total": 6158.078
},
"counts": {
"classes": 4,
@@ -2794,16 +2755,16 @@
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 488, in _make_request\n raise new_e\nurllib3.exceptions.SSLError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 535, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 753, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 315, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 72, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 399, in _ensure_init_payload\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 198, in _post_api\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 464, in _make_request\n self._validate_conn(conn)\n ~~~~~~~~~~~~~~~~~~~^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 1093, in _validate_conn\n conn.connect()\n ~~~~~~~~~~~~^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 796, in connect\n sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n sock=sock,\n ...<14 lines>...\n assert_fingerprint=self.assert_fingerprint,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 975, in _ssl_wrap_socket_and_match_hostname\n ssl_sock = ssl_wrap_socket(\n sock=sock,\n ...<8 lines>...\n tls_in_tls=tls_in_tls,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/ssl_.py\", line 483, in ssl_wrap_socket\n ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\nssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 488, in _make_request\n raise new_e\nurllib3.exceptions.SSLError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 535, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 756, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 318, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 72, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 399, in _ensure_init_payload\n File \"/home/harold/workspace/tvbox-resources/py/视界.txt\", line 198, in _post_api\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))\n",
"timings_ms": {
"module_load": 11.089,
"module_load": 8.479,
"init": 0.001,
"home": 3023.176,
"home": 3011.377,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 3038.418
"total": 3021.339
},
"counts": {
"classes": 0,
@@ -2835,14 +2796,14 @@
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 4.782,
"module_load": 4.93,
"init": 0.001,
"home": 0.0,
"category": 1367.522,
"category": 805.382,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 4156.957
"total": 3081.541
},
"counts": {
"classes": 6,
@@ -2874,14 +2835,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.03,
"module_load": 6.243,
"init": 0.001,
"home": 702.482,
"category": 104.924,
"detail": 3800.067,
"player": 328.768,
"url_check": 68.565,
"total": 5013.854
"home": 405.199,
"category": 89.046,
"detail": 3528.248,
"player": 159.472,
"url_check": 41.781,
"total": 4231.818
},
"counts": {
"classes": 4,
@@ -2897,11 +2858,11 @@
},
"player": {
"parse": 0,
"url": "http://car-lv.kuwo.cn/7cb9fbac34447b179fe1590435d59907/6a217c64/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
"url": "http://car-lv.kuwo.cn/440fa34921460888358539564f4066c5/6a217fd6/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://car-lv.kuwo.cn/7cb9fbac34447b179fe1590435d59907/6a217c64/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
"final_url": "http://car-lv.kuwo.cn/440fa34921460888358539564f4066c5/6a217fd6/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$",
"reason": null
}
},
@@ -2913,14 +2874,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 12.464,
"init": 621.651,
"home": 292.432,
"category": 293.64,
"detail": 243.128,
"player": 303.089,
"url_check": 48.078,
"total": 1816.45
"module_load": 8.096,
"init": 422.456,
"home": 251.711,
"category": 238.771,
"detail": 244.471,
"player": 333.189,
"url_check": 33.485,
"total": 1533.464
},
"counts": {
"classes": 12,
@@ -2930,17 +2891,17 @@
},
"samples": {
"tid": "recommend",
"vod_id": "763971783",
"vod_id": "567754623",
"flag": "酷狗音乐",
"play_id": "763971783"
"play_id": "567754623"
},
"player": {
"parse": 0,
"url": "http://fsdg360.tx.kugou.com/202606042123/177630b5e0a64dd151763f3988b3ce2f/v3/628318983052cc425ddfdf988a94d8ae/yp/p_0_960147/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx763971783_qu128_s1649775284.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"url": "http://fsdg360.tx.kugou.com/202606042138/9e0a14ca1e6dd0eb7f0de4c2c5099f18/v3/73b9713d5256d093756124102938de1b/yp/p_0_960139/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx567754623_qu128_s1002255785.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://fsdg360.tx.kugou.com/202606042123/177630b5e0a64dd151763f3988b3ce2f/v3/628318983052cc425ddfdf988a94d8ae/yp/p_0_960147/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx763971783_qu128_s1649775284.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"final_url": "http://fsdg360.tx.kugou.com/202606042138/9e0a14ca1e6dd0eb7f0de4c2c5099f18/v3/73b9713d5256d093756124102938de1b/yp/p_0_960139/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx567754623_qu128_s1002255785.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"reason": null
}
},
@@ -2952,14 +2913,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.563,
"init": 0.0,
"home": 8417.943,
"category": 636.525,
"detail": 2167.184,
"player": 1804.473,
"url_check": 807.52,
"total": 13838.859
"module_load": 4.703,
"init": 0.001,
"home": 9376.965,
"category": 1702.279,
"detail": 4259.132,
"player": 3323.52,
"url_check": 1179.85,
"total": 19847.22
},
"counts": {
"classes": 5,
@@ -2975,11 +2936,11 @@
},
"player": {
"parse": 0,
"url": "https://ppvod011.blbtgg.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?auth_key=1780579435-e083dd8b9d0f48feb340e5687a8b6f27-0-14d75bf4ce9eddc3bfcf3ab58844d7c3",
"url": "https://ppvod01.kqgfbs.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?t=6a21aa14&whip=171.212.167.174&sign=0e57aeef738cb250e9e6cb0ed82418857188ac7c",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://ppvod011.blbtgg.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?auth_key=1780579435-e083dd8b9d0f48feb340e5687a8b6f27-0-14d75bf4ce9eddc3bfcf3ab58844d7c3",
"final_url": "https://ppvod01.kqgfbs.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?t=6a21aa14&whip=171.212.167.174&sign=0e57aeef738cb250e9e6cb0ed82418857188ac7c",
"reason": null
}
},
@@ -2991,14 +2952,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 8.941,
"init": 0.001,
"module_load": 10.773,
"init": 0.002,
"home": 0.001,
"category": 642.61,
"detail": 332.39,
"player": 0.013,
"url_check": 190.116,
"total": 1174.694
"category": 870.94,
"detail": 322.943,
"player": 0.026,
"url_check": 186.601,
"total": 1393.356
},
"counts": {
"classes": 5,
@@ -3030,14 +2991,14 @@
"error": "HTTPSConnectionPool(host='yzzy.play-cdn2.com', port=443): Read timed out. (read timeout=5)",
"traceback": null,
"timings_ms": {
"module_load": 4.489,
"module_load": 6.462,
"init": 0.001,
"home": 0.001,
"category": 775.006,
"detail": 540.883,
"player": 0.002,
"url_check": 5011.84,
"total": 13931.292
"category": 385.474,
"detail": 805.705,
"player": 0.007,
"url_check": 5013.898,
"total": 10952.793
},
"counts": {
"classes": 5,
@@ -3069,14 +3030,14 @@
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 4.164,
"module_load": 4.565,
"init": 0.001,
"home": 0.0,
"category": 1397.295,
"detail": 1692.394,
"player": 1315.863,
"url_check": 714.396,
"total": 5124.995
"home": 0.001,
"category": 1383.15,
"detail": 1238.929,
"player": 1099.525,
"url_check": 3074.177,
"total": 6801.087
},
"counts": {
"classes": 4,
@@ -3106,16 +3067,16 @@
"success": false,
"failed_stage": "unexpected",
"error": "('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 753, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 315, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/魔方APP.txt\", line 177, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/魔方APP.txt\", line 112, in _api_post\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 152, in post\n rsp = requests.post(url, params=params, data=data, json=json, cookies=cookies, headers=headers, timeout=timeout,\n verify=verify, stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 756, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 318, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/魔方APP.txt\", line 177, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/魔方APP.txt\", line 112, in _api_post\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 152, in post\n rsp = requests.post(url, params=params, data=data, json=json, cookies=cookies, headers=headers, timeout=timeout,\n verify=verify, stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
"timings_ms": {
"module_load": 5.191,
"init": 0.002,
"home": 3022.206,
"module_load": 6.183,
"init": 0.001,
"home": 3011.002,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 3028.843
"total": 3019.135
},
"counts": {
"classes": 0,
@@ -3147,14 +3108,14 @@
"error": "HTTP 404",
"traceback": null,
"timings_ms": {
"module_load": 3.429,
"module_load": 6.255,
"init": 0.001,
"home": 0.0,
"category": 227.021,
"detail": 232.859,
"player": 0.013,
"url_check": 513.683,
"total": 2317.598
"home": 0.001,
"category": 612.022,
"detail": 263.361,
"player": 0.01,
"url_check": 530.55,
"total": 7144.958
},
"counts": {
"classes": 6,
@@ -3184,16 +3145,16 @@
"success": false,
"failed_stage": "unexpected",
"error": "('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 753, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 315, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/黑猫APP.txt\", line 155, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/黑猫APP.txt\", line 67, in _api_post\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 152, in post\n rsp = requests.post(url, params=params, data=data, json=json, cookies=cookies, headers=headers, timeout=timeout,\n verify=verify, stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 534, in _make_request\n response = conn.getresponse()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 571, in getresponse\n httplib_response = super().getresponse()\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 1450, in getresponse\n response.begin()\n ~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 336, in begin\n version, status, reason = self._read_status()\n ~~~~~~~~~~~~~~~~~^^\nhttp.client.RemoteDisconnected: Remote end closed connection without response\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/adapters.py\", line 645, in send\n resp = conn.urlopen(\n method=request.method,\n ...<9 lines>...\n chunked=chunked,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 841, in urlopen\n retries = retries.increment(\n method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/retry.py\", line 490, in increment\n raise reraise(type(error), error, _stacktrace)\n ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/util.py\", line 38, in reraise\n raise value.with_traceback(tb)\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connectionpool.py\", line 787, in urlopen\n response = self._make_request(\n conn,\n ...<10 lines>...\n **response_kw,\n )\nurllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 756, in validate_spider_file\n home_result = _run_timed(result[\"timings_ms\"], \"home\", spider.homeContent, clock, False)\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 318, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/tvbox-resources/py/黑猫APP.txt\", line 155, in homeContent\n File \"/home/harold/workspace/tvbox-resources/py/黑猫APP.txt\", line 67, in _api_post\n File \"/home/harold/workspace/atv-spiders/py/base/spider.py\", line 152, in post\n rsp = requests.post(url, params=params, data=data, json=json, cookies=cookies, headers=headers, timeout=timeout,\n verify=verify, stream=stream, allow_redirects=allow_redirects)\nrequests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))\n",
"timings_ms": {
"module_load": 10.381,
"module_load": 5.929,
"init": 0.001,
"home": 229.839,
"home": 185.827,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 241.652
"total": 194.295
},
"counts": {
"classes": 0,
+89 -90
View File
@@ -1,11 +1,11 @@
# 爬虫校验报告
- 生成时间: 2026-06-04T21:23:28+08:00
- 生成时间: 2026-06-04T21:38:11+08:00
- 并发线程数: 16
- 总耗时(ms): 41.661
- 总数: 82
- 成功: 55
- 失败: 27
- 总耗时(ms): 35.458
- 总数: 81
- 成功: 57
- 失败: 24
## 阶段失败统计
@@ -16,93 +16,92 @@
| 首页分类 | 0 |
| 分类列表 | 12 |
| 视频详情 | 3 |
| 播放地址 | 1 |
| 地址校验 | 6 |
| 未预期异常 | 5 |
| 播放地址 | 0 |
| 地址校验 | 5 |
| 未预期异常 | 4 |
## 明细结果
| 爬虫 | 状态 | 失败阶段 | 总耗时 | 模块加载 | 初始化 | 首页分类 | 分类列表 | 视频详情 | 播放地址 | 地址校验 | 返回地址 | 错误信息 |
| --- | --- | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | --- | --- |
| [4KVM](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/4KVM.txt) | 成功 | | 5.591秒 | 143.158ms | 0.001ms | 976.762ms | 0.016ms | 670.318ms | 2.519秒 | 1.255秒 | https://oss.douyinbit.com/m3u8/c7bbe7c047539deaab621965e9a95ee0.m3u8 | |
| [4K指南](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/4K%E6%8C%87%E5%8D%97.txt) | 成功 | | 2.535秒 | 136.233ms | 0.001ms | 0.001ms | 998.032ms | 556.7ms | 0.004ms | 843.4ms | https://pan.quark.cn/s/3db1cbcc30f5 | |
| [6V磁力](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/6V%E7%A3%81%E5%8A%9B.txt) | 成功 | | 1.372秒 | 136.534ms | 0.003ms | 0.001ms | 637.21ms | 597.773ms | 0.002ms | 0.059ms | magnet:?xt=urn:btih:179e2e96aecc2ff52e16b81e3b3c1e89a6010b05&dn=%E4%B8%BB%E8%A7%9201-07 | |
| [AAZ音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/AAZ%E9%9F%B3%E4%B9%90.txt) | 失败 | 未预期异常 | 2.036秒 | 188.763ms | 0.0ms | 1.843秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
| [PPnix](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/PPnix.txt) | 成功 | | 2.208秒 | 264.038ms | 0.001ms | 0.001ms | 958.722ms | 557.538ms | 0.011ms | 426.608ms | https://www.ppnix.com/info/m3u8/8214/1080P.m3u8 | |
| [QQ音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/QQ%E9%9F%B3%E4%B9%90.txt) | 成功 | | 1.886秒 | 167.202ms | 0.009ms | 0.002ms | 1.109秒 | 217.383ms | 287.637ms | 103.481ms | https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=245245175293a13776d77f4b8ab311ae&vkey=89FD34383F67CB4F0C03D4015FF664E05E4E6ABDBA3B6F03A7E630A0E40EEDA73252D771B25F3DE9EC68380ABB986248079B64E07B92217B__v2b9abeb9&uin=1152921504846230218&fromtag=119114&redirect=1 | |
| [Test](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/Test.txt) | 失败 | 未预期异常 | 215.6ms | 209.955ms | 0.0ms | 0.0ms | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | Can't instantiate abstract class Spider without an implementation for abstract method 'init' |
| [YouTube](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/YouTube.txt) | 成功 | | 3.546秒 | 226.865ms | 0.002ms | 0.051ms | 740.007ms | 1.664秒 | 0.004ms | 913.076ms | https://www.youtube.com/watch?v=E3jcQgR3TNE | |
| [libvio](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/libvio.txt) | 失败 | 分类列表 | 1.056秒 | 204.33ms | 0.001ms | 0.002ms | 379.075ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [youknow](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/youknow.txt) | 成功 | | 5.925秒 | 229.042ms | 0.001ms | 0.0ms | 2.629秒 | 1.424秒 | 1.388秒 | 253.572ms | https://vip.dytt-tvs.com/20260524/21262_965b31e5/index.m3u8 | |
| [七味](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%83%E5%91%B3.txt) | 失败 | 分类列表 | 1.22秒 | 198.788ms | 0.011ms | 0.003ms | 407.047ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [不太灵](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%8D%E5%A4%AA%E7%81%B5.txt) | 失败 | 分类列表 | 10.631秒 | 187.851ms | 0.001ms | 3.115秒 | 3.665秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [世纪音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%96%E7%BA%AA%E9%9F%B3%E4%B9%90.txt) | 失败 | 视频详情 | 929.775ms | 178.034ms | 0.001ms | 529.57ms | 0.012ms | 105.293ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [两个BT](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%A4%E4%B8%AABT.txt) | 成功 | | 5.491秒 | 170.736ms | 0.0ms | 0.001ms | 743.446ms | 839.472ms | 2.558秒 | 1.178秒 | https://zijieapi.douyinbyte.com/m3u8/8fcf2dd577277c1bdb6abc0ebe73faa9.m3u8 | |
| [乌云影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B9%8C%E4%BA%91%E5%BD%B1%E8%A7%86.txt) | 成功 | | 6.423秒 | 174.355ms | 0.001ms | 504.988ms | 2.642秒 | 1.117秒 | 0.024ms | 1.982秒 | https://d1jdnmkc1n5cn4.cloudfront.net/gen_overseas/https://s2.bfllvip.com/video/yanxiaxing/a6ef854c0c1f/index.m3u8 | |
| [乐兔](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B9%90%E5%85%94.txt) | 失败 | 分类列表 | 891.579ms | 187.811ms | 0.001ms | 0.001ms | 327.311ms | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='www.21uc.com', port=443): Max retries exceeded with url: /type/2.html (Caused by NameResolutionError("HTTPSConnection(host='www.21uc.com', port=443): Failed to resolve 'www.21uc.com' ([Errno -2] Name or service not known)")) |
| [二小](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%8C%E5%B0%8F.txt) | 成功 | | 3.304秒 | 44.979ms | 0.001ms | 0.001ms | 1.921秒 | 290.103ms | 0.005ms | 1.045秒 | https://pan.baidu.com/s/1g6vr7s3qftDNaW2a42GP-Q?pwd=5twa | |
| [人人电影](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%BA%E4%BA%BA%E7%94%B5%E5%BD%B1.txt) | 成功 | | 3.318秒 | 4.005ms | 0.001ms | 0.0ms | 1.483秒 | 534.896ms | 0.013ms | 1.295秒 | https://pan.baidu.com/s/1tjsf-VFdYjmgajFt21aVxg?pwd=v319 | |
| [人人视频](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%BA%E4%BA%BA%E8%A7%86%E9%A2%91.txt) | 成功 | | 6.614秒 | 6.59ms | 0.001ms | 2.483秒 | 241.391ms | 223.168ms | 2.559秒 | 1.101秒 | https://a0i8l8sv37c75u6.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780593812-5a680ed12ae1c98aaeafde48566d069b-0-ad7003a2d7d516ea9ad502b29ccf950c&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=d9019bb4bf8947aea6fa107d7dc6d478&hevc=false&seasonId=57302 | |
| [优酷](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BC%98%E9%85%B7.txt) | 成功 | | 3.443秒 | 14.492ms | 0.001ms | 0.001ms | 2.338秒 | 849.739ms | 0.004ms | 239.698ms | https://v.youku.com/v_show/id_XNjUzNzUzMjIxNg==.html | |
| [低端影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BD%8E%E7%AB%AF%E5%BD%B1%E8%A7%86.txt) | 成功 | | 6.853秒 | 4.127ms | 0.001ms | 0.001ms | 805.301ms | 1.135秒 | 0.007ms | 211.168ms | https://pan.quark.cn/s/8d5bf432cd16 | |
| [修罗](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BF%AE%E7%BD%97.txt) | 成功 | | 4.054秒 | 6.838ms | 0.0ms | 0.001ms | 693.205ms | 203.764ms | 1.883秒 | 1.267秒 | https://v.xlys.ltd.ua/obj/265CED9273EAA85B2CBC855D44DD1DCED5948E7C462FCE98F9D4FCE55C9A4B46 | |
| [农民](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%86%9C%E6%B0%91.txt) | 失败 | 分类列表 | 1.35秒 | 5.577ms | 0.001ms | 648.455ms | 348.956ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [凡客TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%87%A1%E5%AE%A2TV.txt) | 成功 | | 6.649秒 | 5.84ms | 0.001ms | 0.0ms | 1.131秒 | 888.511ms | 1.961秒 | 2.662秒 | https://fktv.me/ysapi/m3u8/p/ef9d83a7ab238608f4954dcc0ef4acbd.m3u8 | |
| [圈圈](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%89%A7%E5%9C%88%E5%9C%88.txt) | 失败 | 分类列表 | 1.028秒 | 8.157ms | 0.001ms | 0.001ms | 360.954ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [剧迷](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%89%A7%E8%BF%B7.txt) | 失败 | 视频详情 | 1.607秒 | 12.469ms | 0.001ms | 0.001ms | 293.377ms | 488.079ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [博看听书](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%8D%9A%E7%9C%8B%E5%90%AC%E4%B9%A6.txt) | 成功 | | 4.455秒 | 8.47ms | 0.001ms | 3.094秒 | 257.622ms | 695.077ms | 0.002ms | 399.245ms | http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a | |
| [双星](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%8F%8C%E6%98%9F.txt) | 成功 | | 885.194ms | 9.422ms | 316.915ms | 0.004ms | 163.995ms | 171.451ms | 0.014ms | 221.809ms | https://pan.quark.cn/s/edd599ed8238 | |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E4%B9%A6.txt) | 成功 | | 1.78秒 | 13.336ms | 81.414ms | 0.001ms | 377.934ms | 449.895ms | 330.83ms | 525.674ms | http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=3dde7fa65b0eda533656819bee151736&buy_key=FM&token=9974&timestamp=1780579413&duration=453 | |
| [听友FM](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E5%8F%8BFM.txt) | 成功 | | 3.766秒 | 9.395ms | 0.001ms | 802.254ms | 645.749ms | 1.016秒 | 788.339ms | 502.735ms | https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1780578178&sign=a3b4cd085394e2ad4d1b6a9a59dd671e | |
| [咕咕动漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%92%95%E5%92%95%E5%8A%A8%E6%BC%AB.txt) | 失败 | 地址校验 | 4.341秒 | 7.511ms | 0.005ms | 559.684ms | 387.668ms | 520.215ms | 516.697ms | 0.065ms | parse_api=a2796a09189261bcaf3cc4542d7c5ac2&url=Cz//vHsKZNcZiaOuDviIL3iVBSC5KAXQ1FT6XdQEAwhyF7rbq0deLNRNBRbm72Ao&token= | 不支持的地址协议: empty |
| [四万影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%9B%9B%E4%B8%87%E5%BD%B1%E8%A7%86.txt) | 失败 | 分类列表 | 6.338秒 | 4.004ms | 0.0ms | 0.001ms | 3.012秒 | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=30&pg=1&by=time (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| [在线之家](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%9C%A8%E7%BA%BF%E4%B9%8B%E5%AE%B6.txt) | 失败 | 分类列表 | 1.758秒 | 15.771ms | 0.001ms | 0.001ms | 914.82ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [多多](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%A4%9A%E5%A4%9A.txt) | 失败 | 分类列表 | 5.186秒 | 15.653ms | 0.001ms | 0.001ms | 2.296秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [如意资源](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%A6%82%E6%84%8F%E8%B5%84%E6%BA%90.txt) | 成功 | | 7.463秒 | 9.262ms | 0.001ms | 0.009ms | 1.257秒 | 484.7ms | 0.007ms | 680.309ms | https://svip.ryiplay18.com/share/174b39525e01b7542b3ee27ac7251d2c | |
| [寻川4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%AF%BB%E5%B7%9D4K.txt) | 成功 | | 4.114秒 | 14.387ms | 298.781ms | 1.048秒 | 320.949ms | 310.607ms | 2.041秒 | 79.766ms | http://122.51.23.16:7788/qgg/Cache/BF/6ab5e4130dcb22f0d295d1cd1c546f48.m3u8 | |
| [布布影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%B8%83%E5%B8%83%E5%BD%B1%E8%A7%86.txt) | 成功 | | 3.197秒 | 4.868ms | 0.001ms | 0.001ms | 647.399ms | 528.795ms | 1.46秒 | 554.824ms | https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=RGzSErK1LN7tpB%2BFnhKRkAFLlhs%3D&Expires=1780579716&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016 | |
| [微观短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%BE%AE%E8%A7%82%E7%9F%AD%E5%89%A7.txt) | 成功 | | 2.631秒 | 4.551ms | 0.013ms | 557.607ms | 293.522ms | 1.223秒 | 0.003ms | 549.951ms | https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780579415&sign=a49b9f837efa800402b8ea2dda752c74 | |
| [新韩剧网](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%96%B0%E9%9F%A9%E5%89%A7%E7%BD%91.txt) | 失败 | 地址校验 | 9.273秒 | 5.917ms | 0.001ms | 0.0ms | 241.439ms | 234.78ms | 239.012ms | 5.016秒 | https://cdn.yzzy28-play.com/20260527/30765_d0a446d1/index.m3u8 | HTTPSConnectionPool(host='cdn.yzzy28-play.com', port=443): Read timed out. (read timeout=5) |
| [星星短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%98%9F%E6%98%9F%E7%9F%AD%E5%89%A7.txt) | 成功 | | 1.488秒 | 3.189ms | 0.0ms | 0.0ms | 496.897ms | 586.063ms | 0.002ms | 401.013ms | https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8 | |
| [木偶](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%9C%A8%E5%81%B6.txt) | 成功 | | 5.142秒 | 7.443ms | 0.001ms | 0.001ms | 4.057秒 | 587.503ms | 0.008ms | 489.854ms | https://115cdn.com/s/sws6wh436dh?password=x3f1 | |
| [樱花动漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%A8%B1%E8%8A%B1%E5%8A%A8%E6%BC%AB.txt) | 失败 | 地址校验 | 34.344秒 | 5.852ms | 0.001ms | 0.001ms | 1.079秒 | 1.066秒 | 1.089秒 | 5.052秒 | https://cdn.vvvip-plays33.cc/20260409/11649_6595d842/index.m3u8 | HTTPSConnectionPool(host='cdn.vvvip-plays33.cc', port=443): Read timed out. (read timeout=5) |
| [橘子TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%A9%98%E5%AD%90TV.txt) | 成功 | | 6.307秒 | 3.788ms | 2.243秒 | 707.918ms | 623.874ms | 681.999ms | 1.275秒 | 771.037ms | https://usaydd.0rvgx279.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=62fb5a0625df303c50657995bcf80c82&t=1780579421 | |
| [欧歌](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%AC%A7%E6%AD%8C.txt) | 成功 | | 2.251秒 | 11.607ms | 0.001ms | 0.0ms | 469.818ms | 304.133ms | 0.009ms | 1.465秒 | https://pan.baidu.com/s/1Z6NJlAncC2RHDyxH02LhNg?pwd=8888 | |
| [沐辞4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B2%90%E8%BE%9E4K.txt) | 成功 | | 3.181秒 | 8.401ms | 93.3ms | 188.941ms | 138.533ms | 102.586ms | 845.986ms | 1.801秒 | https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaBhO5qQBRejDslJ4HMvz4CTWYIHXiWnnqFw2ISWLMqM8FG6zaduzd7r_RxM_X1-L6DZMnQzT0J42zufckL8_YNg&xfy.m3u8 | |
| [河马短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B2%B3%E9%A9%AC%E7%9F%AD%E5%89%A7.txt) | 成功 | | 2.222秒 | 5.09ms | 0.0ms | 578.975ms | 367.543ms | 942.473ms | 0.023ms | 326.678ms | https://dzzt-video.cbread.cn/5cc510b28ef89d459ebe3e94b3254e85/6a22ba40/29/7x8/78x5/785x8/78580200014/613253192_1/613253192.720p.narrowv3.mp4 | |
| [清沅4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B8%85%E6%B2%854K.txt) | 成功 | | 3.438秒 | 18.695ms | 537.361ms | 965.517ms | 189.508ms | 210.246ms | 687.449ms | 828.664ms | http://qcb.ys088.top/lrcache/LZ/3480589334.m3u8 | |
| [滴答影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%BB%B4%E7%AD%94%E5%BD%B1%E8%A7%86.txt) | 成功 | | 3.46秒 | 4.742ms | 0.001ms | 0.0ms | 1.811秒 | 604.575ms | 0.003ms | 1.039秒 | https://pan.baidu.com/s/1BG_SkhY-r5nWhD8-agX9BA?pwd=g7ku | |
| [潮流APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%BD%AE%E6%B5%81APP.txt) | 成功 | | 2.363秒 | 17.223ms | 0.002ms | 1.346秒 | 305.505ms | 329.899ms | 283.283ms | 80.576ms | http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780579419760&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8 | |
| [爱奇艺](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%88%B1%E5%A5%87%E8%89%BA.txt) | 成功 | | 5.01秒 | 21.838ms | 0.024ms | 3.491秒 | 534.121ms | 493.259ms | 0.001ms | 467.818ms | http://www.iqiyi.com/v_1pxqpggjpv8.html | |
| [独播库](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8B%AC%E6%92%AD%E5%BA%93.txt) | 成功 | | 1.339秒 | 5.885ms | 0.001ms | 0.001ms | 345.659ms | 339.042ms | 328.352ms | 318.829ms | https://vid.dbokutv.com/20260402/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBtTsRsGlR7XgBNXiU7XvP7TjBJ0nBJ0oE4GoDZX1CovjS34/chunklist.m3u8 | |
| [猫猫4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8C%AB%E7%8C%AB4K.txt) | 失败 | 播放地址 | 5.146秒 | 7.028ms | 172.639ms | 267.879ms | 688.998ms | 183.785ms | 1.627秒 | 0.0ms | | playerContent 未返回播放地址 |
| [玩偶哥哥](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E5%93%A5%E5%93%A5.txt) | 成功 | | 1.655秒 | 8.235ms | 0.001ms | 0.0ms | 811.356ms | 607.475ms | 0.006ms | 226.983ms | https://pan.quark.cn/s/ea75a5bf11d9 | |
| [玩偶聚合](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E8%81%9A%E5%90%88.txt) | 成功 | | 2.59秒 | 35.894ms | 0.001ms | 2.575ms | 867.693ms | 589.831ms | 0.003ms | 1.093秒 | https://pan.baidu.com/s/1VpCzHB_lVMOFsonCCrAA0g?pwd=wogg | |
| [瓜子](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%93%9C%E5%AD%90.txt) | 成功 | | 3.971秒 | 6.615ms | 0.001ms | 0.02ms | 643.379ms | 1.662秒 | 329.854ms | 1.328秒 | https://vd.jiunuow.com/16a38550afda647192caae933bd51842/20260604212341/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8 | |
| [百度短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%99%BE%E5%BA%A6%E7%9F%AD%E5%89%A7.txt) | 成功 | | 2.452秒 | 3.25ms | 0.001ms | 1.072秒 | 318.477ms | 686.774ms | 298.951ms | 72.477ms | http://vd3.bdstatic.com/mda-rgu31fx13xnschwc/1080p/mv_cae264_backtrack_1080p_normal/1753858859061604699/mda-rgu31fx13xnschwc.mp4?v_from_s=haokan-ui-video-hnb | |
| [Ta](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98Ta.txt) | 成功 | | 1.374秒 | 5.385ms | 0.0ms | 258.784ms | 248.666ms | 440.783ms | 0.039ms | 419.306ms | https://yun.139.com/shareweb/#/w/i/2tZwnRyNjEX8l | |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98%E8%81%9A.txt) | 成功 | | 2.27秒 | 10.367ms | 0.002ms | 0.001ms | 202.56ms | 219.18ms | 312.757ms | 1.525秒 | https://pan.baidu.com/s/1peTZUHSqI7G9IV8sDes97g?pwd=ojmk | |
| [盘链](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98%E9%93%BE.txt) | 失败 | 视频详情 | 4.174秒 | 8.046ms | 0.022ms | 0.001ms | 726.105ms | 341.949ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [短剧优选](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9F%AD%E5%89%A7%E4%BC%98%E9%80%89.txt) | 成功 | | 3.576秒 | 19.335ms | 1.357秒 | 0.114ms | 709.381ms | 613.708ms | 0.003ms | 875.752ms | https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8 | |
| [短剧网](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9F%AD%E5%89%A7%E7%BD%91.txt) | 成功 | | 1.655秒 | 6.009ms | 0.001ms | 0.001ms | 699.808ms | 760.365ms | 0.005ms | 188.038ms | https://pan.quark.cn/s/93f8e7c1f0a9 | |
| [磁力熊](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%A3%81%E5%8A%9B%E7%86%8A.txt) | 成功 | | 1.543秒 | 5.789ms | 0.003ms | 0.005ms | 921.39ms | 614.821ms | 0.005ms | 0.143ms | magnet:?xt=urn:btih:6A4DD1CC3FFD21206054DF2FB1C6783B13CC47C0 | |
| [糯米](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%B3%AF%E7%B1%B3.txt) | 失败 | 分类列表 | 1.045秒 | 11.975ms | 0.002ms | 335.863ms | 354.99ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [网易云音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90.txt) | 成功 | | 5.346秒 | 6.907ms | 0.001ms | 1.228秒 | 1.417秒 | 0.017ms | 1.786秒 | 906.874ms | https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=9351b84b2233fd164e0359dcaf886cb5&wsTime=1780579425 | |
| [耐视点播](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%80%90%E8%A7%86%E7%82%B9%E6%92%AD.txt) | 失败 | 分类列表 | 4.44秒 | 4.18ms | 0.001ms | 0.001ms | 1.644秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [腾讯视频](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%85%BE%E8%AE%AF%E8%A7%86%E9%A2%91.txt) | 成功 | | 2.626秒 | 7.414ms | 0.001ms | 274.153ms | 301.698ms | 1.768秒 | 0.004ms | 274.126ms | https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html | |
| [至臻](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%87%B3%E8%87%BB.txt) | 成功 | | 2.602秒 | 8.337ms | 0.001ms | 0.001ms | 1.002秒 | 487.406ms | 0.005ms | 1.104秒 | https://pan.baidu.com/s/1g6vr7s3qftDNaW2a42GP-Q?pwd=5twa | |
| [茶杯狐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%8C%B6%E6%9D%AF%E7%8B%90.txt) | 失败 | 地址校验 | 19.228秒 | 11.268ms | 0.001ms | 1.195秒 | 532.593ms | 387.946ms | 1.036秒 | 5.013秒 | https://v.lzcdn27.com/20260508/10017_8835091b/index.m3u8 | HTTPSConnectionPool(host='v.lzcdn27.com', port=443): Read timed out. (read timeout=5) |
| [虎斑](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%99%8E%E6%96%91.txt) | 成功 | | 9.988秒 | 8.169ms | 0.001ms | 0.001ms | 4.955秒 | 4.81秒 | 0.023ms | 213.612ms | https://pan.quark.cn/s/b7dbcc2cd292 | |
| [蜡笔](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%9C%A1%E7%AC%94.txt) | 成功 | | 2.125秒 | 16.172ms | 0.001ms | 0.001ms | 834.807ms | 307.418ms | 0.007ms | 966.235ms | https://pan.baidu.com/s/1BSyE6bX613RPsoZDDzTWFg?pwd=ftqu | |
| [袋鼠影](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%A2%8B%E9%BC%A0%E5%BD%B1%E8%A7%86.txt) | 成功 | | 6.651秒 | 5.114ms | 0.001ms | 0.001ms | 499.575ms | 332.073ms | 413.671ms | 180.953ms | https://vip.dytt-tvs.com/20260518/20572_38898371/index.m3u8 | |
| [视界](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%A7%86%E7%95%8C.txt) | 失败 | 未预期异常 | 3.038秒 | 11.089ms | 0.001ms | 3.023秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| [路漫漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%B7%AF%E6%BC%AB%E6%BC%AB.txt) | 失败 | 分类列表 | 4.157秒 | 4.782ms | 0.001ms | 0.0ms | 1.368秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [我听书](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%85%B7%E6%88%91%E5%90%AC%E4%B9%A6.txt) | 成功 | | 5.014秒 | 8.03ms | 0.001ms | 702.482ms | 104.924ms | 3.8秒 | 328.768ms | 68.565ms | http://car-lv.kuwo.cn/7cb9fbac34447b179fe1590435d59907/6a217c64/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$ | |
| [酷狗音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%85%B7%E7%8B%97%E9%9F%B3%E4%B9%90.txt) | 成功 | | 1.816秒 | 12.464ms | 621.651ms | 292.432ms | 293.64ms | 243.128ms | 303.089ms | 48.078ms | http://fsdg360.tx.kugou.com/202606042123/177630b5e0a64dd151763f3988b3ce2f/v3/628318983052cc425ddfdf988a94d8ae/yp/p_0_960147/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx763971783_qu128_s1649775284.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3 | |
| [金牌](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%87%91%E7%89%8C.txt) | 成功 | | 13.839秒 | 4.563ms | 0.0ms | 8.418秒 | 636.525ms | 2.167秒 | 1.804秒 | 807.52ms | https://ppvod011.blbtgg.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?auth_key=1780579435-e083dd8b9d0f48feb340e5687a8b6f27-0-14d75bf4ce9eddc3bfcf3ab58844d7c3 | |
| [闪电](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%97%AA%E7%94%B5.txt) | 成功 | | 1.175秒 | 8.941ms | 0.001ms | 0.001ms | 642.61ms | 332.39ms | 0.013ms | 190.116ms | https://pan.quark.cn/s/6988cfc22154 | |
| [韩小圈](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%9F%A9%E5%B0%8F%E5%9C%88.txt) | 失败 | 地址校验 | 13.931秒 | 4.489ms | 0.001ms | 0.001ms | 775.006ms | 540.883ms | 0.002ms | 5.012秒 | https://yzzy.play-cdn2.com/20220430/17203_3059152b/index.m3u8 | HTTPSConnectionPool(host='yzzy.play-cdn2.com', port=443): Read timed out. (read timeout=5) |
| [飞快TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%A3%9E%E5%BF%ABTV.txt) | 成功 | | 5.125秒 | 4.164ms | 0.001ms | 0.0ms | 1.397秒 | 1.692秒 | 1.316秒 | 714.396ms | https://vodcnd03.myqqdd.com/20260602/JrhiTPdn/index.m3u8 | |
| [魔方APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%AD%94%E6%96%B9APP.txt) | 失败 | 未预期异常 | 3.029秒 | 5.191ms | 0.002ms | 3.022秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
| [麦田影院](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%BA%A6%E7%94%B0%E5%BD%B1%E9%99%A2.txt) | 失败 | 地址校验 | 2.318秒 | 3.429ms | 0.001ms | 0.0ms | 227.021ms | 232.859ms | 0.013ms | 513.683ms | https://v.lzcdn28.com/20250923/2326_a9bf234a/index.m3u8 | HTTP 404 |
| [黑猫APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%BB%91%E7%8C%ABAPP.txt) | 失败 | 未预期异常 | 241.652ms | 10.381ms | 0.001ms | 229.839ms | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
| [4KVM](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/4KVM.txt) | 成功 | | 4.416秒 | 283.257ms | 0.001ms | 876.6ms | 0.055ms | 715.405ms | 1.271秒 | 1.267秒 | https://oss.douyinbit.com/m3u8/8abc4837e4f72b5ef7b615fdc3bec69b.m3u8 | |
| [4K指南](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/4K%E6%8C%87%E5%8D%97.txt) | 成功 | | 2.929秒 | 247.636ms | 0.001ms | 0.002ms | 1.967秒 | 567.382ms | 0.006ms | 144.282ms | https://pan.quark.cn/s/3db1cbcc30f5 | |
| [6V磁力](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/6V%E7%A3%81%E5%8A%9B.txt) | 成功 | | 1.624秒 | 295.595ms | 0.005ms | 0.001ms | 781.052ms | 540.959ms | 0.006ms | 0.197ms | magnet:?xt=urn:btih:179e2e96aecc2ff52e16b81e3b3c1e89a6010b05&dn=%E4%B8%BB%E8%A7%9201-07 | |
| [AAZ音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/AAZ%E9%9F%B3%E4%B9%90.txt) | 失败 | 未预期异常 | 5.887秒 | 247.059ms | 0.001ms | 5.629秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='www.aaz.cx', port=443): Max retries exceeded with url: /list/new.html (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| [PPnix](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/PPnix.txt) | 成功 | | 2.504秒 | 338.361ms | 0.001ms | 0.001ms | 1.091秒 | 866.313ms | 0.012ms | 206.69ms | https://www.ppnix.com/info/m3u8/8214/1080P.m3u8 | |
| [QQ音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/QQ%E9%9F%B3%E4%B9%90.txt) | 成功 | | 2.313秒 | 245.886ms | 0.016ms | 0.005ms | 1.414秒 | 207.196ms | 321.571ms | 117.777ms | https://isure.stream.qqmusic.qq.com/F000004BzO7t2yns8i.flac?guid=fac3b25a5a2bf56012c6f11743dff49b&vkey=6D25E4BEA3A523D85EE8348084C7E76679214CBBB1033B6BF66CA5D62E50C6AAF83695C43FE7C6A1D9F4D64CEBC8CAEF21CA7F2D16D4E332__v2b9ab123&uin=1152921504846230218&fromtag=119114&redirect=1 | |
| [YouTube](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/YouTube.txt) | 成功 | | 4.319秒 | 240.452ms | 0.004ms | 0.083ms | 874.804ms | 2.386秒 | 0.008ms | 813.804ms | https://www.youtube.com/watch?v=E3jcQgR3TNE | |
| [libvio](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/libvio.txt) | 失败 | 分类列表 | 2.151秒 | 252.77ms | 0.001ms | 0.001ms | 337.046ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [youknow](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/youknow.txt) | 成功 | | 4.943秒 | 257.937ms | 0.001ms | 0.001ms | 1.995秒 | 1.001秒 | 1.386秒 | 300.293ms | https://vip.dytt-tvs.com/20260408/15807_72085ca6/index.m3u8 | |
| [七味](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%83%E5%91%B3.txt) | 失败 | 分类列表 | 1.502秒 | 289.452ms | 0.007ms | 0.002ms | 439.597ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [不太灵](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%8D%E5%A4%AA%E7%81%B5.txt) | 失败 | 分类列表 | 27.461秒 | 246.478ms | 0.001ms | 6.573秒 | 10.327秒 | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10) |
| [世纪音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%96%E7%BA%AA%E9%9F%B3%E4%B9%90.txt) | 失败 | 视频详情 | 951.288ms | 251.077ms | 0.001ms | 471.157ms | 0.009ms | 116.878ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [两个BT](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B8%A4%E4%B8%AABT.txt) | 成功 | | 4.101秒 | 283.203ms | 0.008ms | 0.002ms | 900.567ms | 680.41ms | 1.278秒 | 949.334ms | https://zijieapi.douyinbyte.com/m3u8/8fcf2dd577277c1bdb6abc0ebe73faa9.m3u8 | |
| [乌云影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B9%8C%E4%BA%91%E5%BD%B1%E8%A7%86.txt) | 成功 | | 5.304秒 | 265.962ms | 0.001ms | 697.355ms | 657.698ms | 1.094秒 | 0.055ms | 2.586秒 | https://d1jdnmkc1n5cn4.cloudfront.net/gen_overseas/https://s2.bfllvip.com/video/yanxiaxing/a6ef854c0c1f/index.m3u8 | |
| [乐兔](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%B9%90%E5%85%94.txt) | 失败 | 分类列表 | 888.805ms | 261.997ms | 0.001ms | 0.001ms | 203.559ms | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='www.21uc.com', port=443): Max retries exceeded with url: /type/2.html (Caused by NameResolutionError("HTTPSConnection(host='www.21uc.com', port=443): Failed to resolve 'www.21uc.com' ([Errno -2] Name or service not known)")) |
| [二小](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%8C%E5%B0%8F.txt) | 成功 | | 3.228秒 | 279.219ms | 0.001ms | 0.001ms | 1.358秒 | 307.697ms | 0.004ms | 1.276秒 | https://pan.baidu.com/s/1g6vr7s3qftDNaW2a42GP-Q?pwd=5twa | |
| [人人电影](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%BA%E4%BA%BA%E7%94%B5%E5%BD%B1.txt) | 成功 | | 3.662秒 | 7.106ms | 0.001ms | 0.001ms | 1.568秒 | 1.093秒 | 0.011ms | 992.638ms | https://pan.baidu.com/s/1tjsf-VFdYjmgajFt21aVxg?pwd=v319 | |
| [人人视频](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BA%BA%E4%BA%BA%E8%A7%86%E9%A2%91.txt) | 成功 | | 2.295秒 | 4.864ms | 0.001ms | 820.85ms | 260.217ms | 228.348ms | 657.034ms | 323.133ms | https://a0i8ooh50phmlv9.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/80cf059b5eef71f180d45017f0e80402/092590093dae469e9e5f56f719553aa5-083beccc8eb978e5bc9375c3864cdc34-ld.mp4?auth_key=1780594694-94151bd1768998590f6c6a187c8f6fba-0-bec56bb7f028f0b1a87551ee2e201344&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=62735b08a2264e4095c4d95623b185db&hevc=false&seasonId=57302 | |
| [优酷](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BC%98%E9%85%B7.txt) | 成功 | | 1.106秒 | 9.751ms | 0.001ms | 0.001ms | 306.746ms | 555.996ms | 0.006ms | 232.23ms | https://v.youku.com/v_show/id_XNjUzNzUzMjIxNg==.html | |
| [低端影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BD%8E%E7%AB%AF%E5%BD%B1%E8%A7%86.txt) | 成功 | | 2.933秒 | 11.681ms | 0.001ms | 0.001ms | 865.046ms | 1.227秒 | 0.01ms | 158.066ms | https://pan.quark.cn/s/f7c6847ac5ec | |
| [修罗](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E4%BF%AE%E7%BD%97.txt) | 成功 | | 3.795秒 | 6.784ms | 0.001ms | 0.001ms | 1.511秒 | 233.699ms | 1.166秒 | 876.262ms | https://v.xlys.ltd.ua/obj/584B70DEBFF8DDF7C43036508602240FB84A6FE52B7917132E18B45F1C73C4A2 | |
| [农民](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%86%9C%E6%B0%91.txt) | 失败 | 分类列表 | 1.115秒 | 6.585ms | 0.001ms | 451.594ms | 329.225ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [凡客TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%87%A1%E5%AE%A2TV.txt) | 成功 | | 6.797秒 | 7.784ms | 0.001ms | 0.001ms | 1.004秒 | 1.163秒 | 1.748秒 | 2.873秒 | https://fktv.me/ysapi/m3u8/p/ef9d83a7ab238608f4954dcc0ef4acbd.m3u8 | |
| [剧圈圈](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%89%A7%E5%9C%88%E5%9C%88.txt) | 失败 | 分类列表 | 728.656ms | 11.858ms | 0.002ms | 0.002ms | 358.783ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%89%A7%E8%BF%B7.txt) | 失败 | 视频详情 | 1.619秒 | 7.84ms | 0.001ms | 0.001ms | 282.573ms | 466.879ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [博看听书](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%8D%9A%E7%9C%8B%E5%90%AC%E4%B9%A6.txt) | 成功 | | 3.815秒 | 4.333ms | 0.001ms | 2.809秒 | 277.009ms | 682.743ms | 0.003ms | 41.701ms | http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a | |
| [双星](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%8F%8C%E6%98%9F.txt) | 成功 | | 1.033秒 | 5.998ms | 398.665ms | 0.005ms | 175.567ms | 298.673ms | 0.003ms | 153.7ms | https://pan.quark.cn/s/edd599ed8238 | |
| [听书](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E4%B9%A6.txt) | 成功 | | 3.252秒 | 4.102ms | 86.109ms | 0.002ms | 175.509ms | 2.578秒 | 309.269ms | 98.08ms | http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=821d9932cd613ae3db0b0124dc0ecad4&buy_key=FM&token=1929&timestamp=1780580298&duration=453 | |
| [友FM](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E5%8F%8BFM.txt) | 成功 | | 3.361秒 | 12.811ms | 0.001ms | 891.692ms | 584.137ms | 913.669ms | 818.355ms | 139.011ms | https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1780578178&sign=a3b4cd085394e2ad4d1b6a9a59dd671e | |
| [咕咕动漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%92%95%E5%92%95%E5%8A%A8%E6%BC%AB.txt) | 成功 | | 4.214秒 | 13.15ms | 0.005ms | 887.939ms | 561.014ms | 528.082ms | 1.727秒 | 496.183ms | https://p9-bot-workflow-sign.byteimg.com/tos-cn-i-mdko3gqilj/9b19a5f7decc46d6a48414c925b2ba64~tplv-mdko3gqilj-image.image?rk3s=81d4c505&x-expires=1811684299&x-signature=%2Fy3gAL7lFV1J0SZyC1TJh%2Fn1oSg%3D | |
| [四万影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%9B%9B%E4%B8%87%E5%BD%B1%E8%A7%86.txt) | 失败 | 分类列表 | 6.025秒 | 4.367ms | 0.0ms | 0.001ms | 3.01秒 | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=30&pg=1&by=time (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| [在线之家](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%9C%A8%E7%BA%BF%E4%B9%8B%E5%AE%B6.txt) | 失败 | 分类列表 | 1.445秒 | 8.41ms | 0.001ms | 0.001ms | 697.025ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [多多](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%A4%9A%E5%A4%9A.txt) | 失败 | 分类列表 | 5.327秒 | 10.131ms | 0.001ms | 0.001ms | 2.285秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [如意资源](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%A6%82%E6%84%8F%E8%B5%84%E6%BA%90.txt) | 成功 | | 2.619秒 | 4.807ms | 0.001ms | 0.015ms | 1.393秒 | 499.479ms | 0.004ms | 720.106ms | https://svip.ryiplay18.com/20260602/6845_559c24e8/index.m3u8 | |
| [寻川4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%AF%BB%E5%B7%9D4K.txt) | 成功 | | 4.803秒 | 23.144ms | 303.564ms | 630.169ms | 422.713ms | 299.637ms | 3.04秒 | 83.381ms | http://122.51.23.16:7788/qgg/Cache/BF/6ab5e4130dcb22f0d295d1cd1c546f48.m3u8 | |
| [布布影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%B8%83%E5%B8%83%E5%BD%B1%E8%A7%86.txt) | 成功 | | 3.596秒 | 9.562ms | 0.001ms | 0.001ms | 678.829ms | 512.434ms | 913.497ms | 1.481秒 | https://media-bjcy-fy-person01.bjoss.ctyunxs.cn/PERSONCLOUD/874f908a-f9df-4538-942a-7342fda0ff8a.m3u8?x-amz-CLIENTTYPEIN=UNKNOWN&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&x-amz-userLevel=0&x-amz-limitrate=51200&x-amz-UID=269636103&x-amz-APPID=828221&response-content-disposition=attachment%3Bfilename%3D%22%E6%AD%A3%E7%89%87.m3u8%22%3Bfilename*%3DUTF-8%27%27%25E6%25AD%25A3%25E7%2589%2587.m3u8&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=PERSON&Signature=4QL4vjGCcJzEXXlK/cqg9IqiYMM%3D&Expires=1780580460&x-amz-FSIZE=58373&x-amz-UFID=624471240788981016 | |
| [微观短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%BE%AE%E8%A7%82%E7%9F%AD%E5%89%A7.txt) | 成功 | | 1.595秒 | 4.417ms | 0.034ms | 182.099ms | 279.382ms | 1.014秒 | 0.002ms | 114.079ms | https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1780580298&sign=1aaf2c9e0e51396387bbd665e25c6c66 | |
| [新韩剧网](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%96%B0%E9%9F%A9%E5%89%A7%E7%BD%91.txt) | 失败 | 地址校验 | 9.198秒 | 5.765ms | 0.001ms | 0.001ms | 248.827ms | 236.751ms | 222.888ms | 5.011秒 | https://cdn.yzzy28-play.com/20260527/30765_d0a446d1/index.m3u8 | HTTPSConnectionPool(host='cdn.yzzy28-play.com', port=443): Read timed out. (read timeout=5) |
| [星星短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%98%9F%E6%98%9F%E7%9F%AD%E5%89%A7.txt) | 成功 | | 2.01秒 | 4.003ms | 0.0ms | 0.0ms | 417.982ms | 740.758ms | 0.004ms | 846.869ms | https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8 | |
| [木偶](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%9C%A8%E5%81%B6.txt) | 成功 | | 4.79秒 | 9.91ms | 0.001ms | 0.001ms | 3.841秒 | 425.314ms | 0.026ms | 509.551ms | https://115cdn.com/s/sws6wh436dh?password=x3f1 | |
| [樱花动漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%A8%B1%E8%8A%B1%E5%8A%A8%E6%BC%AB.txt) | 失败 | 地址校验 | 29.507秒 | 4.78ms | 0.0ms | 0.001ms | 1.079秒 | 1.059秒 | 1.072秒 | 5.012秒 | https://cdn.vvvip-plays33.cc/20260409/11649_6595d842/index.m3u8 | HTTPSConnectionPool(host='cdn.vvvip-plays33.cc', port=443): Read timed out. (read timeout=5) |
| [橘子TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%A9%98%E5%AD%90TV.txt) | 成功 | | 5.565秒 | 4.0ms | 1.502秒 | 656.059ms | 653.607ms | 679.001ms | 1.296秒 | 773.87ms | https://usaydd.up8r6jjh.com/m3u87/share/7681625/7877479/20260604/153215/720/index.m3u8?sign=c2aa34a59af171ae365979e6931c7c39&t=1780580303 | |
| [欧歌](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%AC%A7%E6%AD%8C.txt) | 成功 | | 2.941秒 | 7.365ms | 0.001ms | 0.001ms | 270.798ms | 1.359秒 | 0.006ms | 1.304秒 | https://pan.baidu.com/s/1Z6NJlAncC2RHDyxH02LhNg?pwd=8888 | |
| [沐辞4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B2%90%E8%BE%9E4K.txt) | 成功 | | 8.123秒 | 12.274ms | 92.753ms | 192.213ms | 131.99ms | 92.433ms | 6.805秒 | 795.647ms | https://xfyvideochandi.online/m.php?data=9JNpgjlvwTy_6Y8t7EDm899vBkHujEbp-vi7qPahliPG8tQx9m0X6iXYqA2fBOIqKi9Y1tBMibtcxgKVUcaOYuzBcGkdtP3tXJoD0DAKhYKuX4hTlRRrVCfhhJTArfS88aZSgX6Pu4IcRuCcFMssaLtTqU6EthMBOV3_qkiPZJCHPHtFNvvY1w_1JTg6KGzWryknEjafRDytL2jU_iaUL7z8xQ5hH1aTg27i6dVYmlo&xfy.m3u8 | |
| [河马短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B2%B3%E9%A9%AC%E7%9F%AD%E5%89%A7.txt) | 成功 | | 1.976秒 | 5.761ms | 0.001ms | 316.074ms | 349.323ms | 766.346ms | 0.039ms | 537.714ms | https://dzzt-video.cbread.cn/5cc510b28ef89d459ebe3e94b3254e85/6a22ba40/29/7x8/78x5/785x8/78580200014/613253192_1/613253192.720p.narrowv3.mp4 | |
| [清沅4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%B8%85%E6%B2%854K.txt) | 成功 | | 2.045秒 | 7.25ms | 283.487ms | 812.758ms | 200.934ms | 201.586ms | 247.64ms | 290.231ms | http://qcb.ys088.top/lrcache/LZ/3480589334.m3u8 | |
| [滴答影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%BB%B4%E7%AD%94%E5%BD%B1%E8%A7%86.txt) | 成功 | | 2.041秒 | 5.123ms | 0.001ms | 0.001ms | 598.631ms | 224.197ms | 0.004ms | 1.213秒 | https://pan.baidu.com/s/1BG_SkhY-r5nWhD8-agX9BA?pwd=g7ku | |
| [潮流APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%BD%AE%E6%B5%81APP.txt) | 成功 | | 2.088秒 | 4.213ms | 0.002ms | 1.027秒 | 344.095ms | 333.458ms | 301.316ms | 75.433ms | http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1780580302595&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8 | |
| [爱奇艺](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%88%B1%E5%A5%87%E8%89%BA.txt) | 成功 | | 4.618秒 | 12.147ms | 0.017ms | 3.153秒 | 1.04秒 | 141.228ms | 0.001ms | 271.025ms | http://www.iqiyi.com/v_1pxqpggjpv8.html | |
| [独播库](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8B%AC%E6%92%AD%E5%BA%93.txt) | 成功 | | 2.184秒 | 4.204ms | 0.0ms | 0.001ms | 287.985ms | 1.244秒 | 344.109ms | 302.457ms | https://vid.dbokutv.com/20260402/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBtTsRsGlR7XgBNXiU7XvP7TjBJ0nBJ0oE4GoDZX1CovjS34/chunklist.m3u8 | |
| [猫猫4K](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8C%AB%E7%8C%AB4K.txt) | 成功 | | 4.205秒 | 7.518ms | 188.208ms | 233.852ms | 474.874ms | 191.871ms | 159.37ms | 172.393ms | https://vip.dytt-tvs.com/20260326/14267_3b575017/index.m3u8 | |
| [玩偶哥哥](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E5%93%A5%E5%93%A5.txt) | 成功 | | 1.522秒 | 7.442ms | 0.001ms | 0.0ms | 772.056ms | 566.881ms | 0.015ms | 174.893ms | https://pan.quark.cn/s/ea75a5bf11d9 | |
| [玩偶聚合](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E8%81%9A%E5%90%88.txt) | 成功 | | 2.42秒 | 38.251ms | 0.001ms | 2.595ms | 771.338ms | 595.374ms | 0.003ms | 1.012秒 | https://pan.baidu.com/s/1VpCzHB_lVMOFsonCCrAA0g?pwd=wogg | |
| [瓜子](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%93%9C%E5%AD%90.txt) | 成功 | | 3.891秒 | 4.856ms | 0.001ms | 0.017ms | 449.451ms | 743.652ms | 331.862ms | 2.36秒 | https://vd.jiunuow.com/1a6dfbedaf93b0303b47cf71c9f485d5/20260604213823/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8 | |
| [百度短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%99%BE%E5%BA%A6%E7%9F%AD%E5%89%A7.txt) | 成功 | | 1.656秒 | 4.445ms | 0.001ms | 406.462ms | 275.033ms | 606.109ms | 307.021ms | 55.68ms | http://vd3.bdstatic.com/mda-rgu31fx13xnschwc/1080p/mv_cae264_backtrack_1080p_normal/1753858859061604699/mda-rgu31fx13xnschwc.mp4?v_from_s=haokan-ui-video-hnb | |
| [盘Ta](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98Ta.txt) | 成功 | | 1.35秒 | 5.344ms | 0.001ms | 287.62ms | 268.852ms | 265.487ms | 0.04ms | 521.349ms | https://yun.139.com/shareweb/#/w/i/2tZwnRyNjEX8l | |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98%E8%81%9A.txt) | 成功 | | 1.903秒 | 6.982ms | 0.001ms | 0.001ms | 211.176ms | 221.709ms | 222.058ms | 1.24秒 | https://pan.baidu.com/s/1peTZUHSqI7G9IV8sDes97g?pwd=ojmk | |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9B%98%E9%93%BE.txt) | 失败 | 视频详情 | 2.924秒 | 16.806ms | 0.047ms | 0.002ms | 758.137ms | 348.235ms | 0.0ms | 0.0ms | | 详情缺少播放源或播放列表 |
| [短剧优选](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9F%AD%E5%89%A7%E4%BC%98%E9%80%89.txt) | 成功 | | 3.625秒 | 47.119ms | 1.721秒 | 0.117ms | 777.777ms | 1.006秒 | 0.002ms | 71.808ms | https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8 | |
| [短剧](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%9F%AD%E5%89%A7%E7%BD%91.txt) | 成功 | | 2.445秒 | 5.346ms | 0.001ms | 0.001ms | 736.689ms | 1.559秒 | 0.006ms | 143.834ms | https://pan.quark.cn/s/93f8e7c1f0a9 | |
| [磁力熊](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%A3%81%E5%8A%9B%E7%86%8A.txt) | 成功 | | 1.47秒 | 7.713ms | 0.006ms | 0.008ms | 635.946ms | 825.563ms | 0.005ms | 0.078ms | magnet:?xt=urn:btih:6A4DD1CC3FFD21206054DF2FB1C6783B13CC47C0 | |
| [糯米](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%B3%AF%E7%B1%B3.txt) | 失败 | 分类列表 | 1.005秒 | 11.209ms | 0.001ms | 332.335ms | 330.831ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [网易云音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%BD%91%E6%98%93%E4%BA%91%E9%9F%B3%E4%B9%90.txt) | 成功 | | 2.819秒 | 7.345ms | 0.001ms | 452.315ms | 541.37ms | 0.006ms | 1.76秒 | 56.814ms | https://vodkgeyttp8.vod.126.net/cloudmusic/355e/core/55c3/96e974535daf96258daa5c665b058b81.mp4?wsSecret=b1acc075ab784afd3663222f1d055e84&wsTime=1780580306 | |
| [耐视点播](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%80%90%E8%A7%86%E7%82%B9%E6%92%AD.txt) | 失败 | 分类列表 | 4.221秒 | 8.102ms | 0.001ms | 0.001ms | 2.0秒 | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [腾讯视频](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%85%BE%E8%AE%AF%E8%A7%86%E9%A2%91.txt) | 成功 | | 1.97秒 | 7.967ms | 0.001ms | 97.187ms | 289.989ms | 1.296秒 | 0.003ms | 278.393ms | https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html | |
| [至臻](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%87%B3%E8%87%BB.txt) | 成功 | | 1.991秒 | 9.377ms | 0.001ms | 0.001ms | 800.961ms | 229.888ms | 0.006ms | 950.348ms | https://pan.baidu.com/s/1g6vr7s3qftDNaW2a42GP-Q?pwd=5twa | |
| [茶杯狐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%8C%B6%E6%9D%AF%E7%8B%90.txt) | 失败 | 地址校验 | 18.264秒 | 6.445ms | 0.001ms | 543.794ms | 395.977ms | 402.456ms | 890.782ms | 5.014秒 | https://v.lzcdn27.com/20260508/10017_8835091b/index.m3u8 | HTTPSConnectionPool(host='v.lzcdn27.com', port=443): Read timed out. (read timeout=5) |
| [虎斑](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%99%8E%E6%96%91.txt) | 成功 | | 10.288秒 | 7.841ms | 0.001ms | 0.001ms | 5.163秒 | 4.904秒 | 0.015ms | 212.447ms | https://pan.quark.cn/s/b7dbcc2cd292 | |
| [蜡笔](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%9C%A1%E7%AC%94.txt) | 成功 | | 2.371秒 | 8.085ms | 0.001ms | 0.001ms | 1.057秒 | 256.267ms | 0.003ms | 1.049秒 | https://pan.baidu.com/s/1BSyE6bX613RPsoZDDzTWFg?pwd=ftqu | |
| [袋鼠影视](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%A2%8B%E9%BC%A0%E5%BD%B1%E8%A7%86.txt) | 成功 | | 6.158秒 | 6.483ms | 0.001ms | 0.001ms | 606.486ms | 205.174ms | 199.398ms | 170.714ms | https://vip.dytt-tvs.com/20260518/20572_38898371/index.m3u8 | |
| [](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%A7%86%E7%95%8C.txt) | 失败 | 未预期异常 | 3.021秒 | 8.479ms | 0.001ms | 3.011秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | HTTPSConnectionPool(host='cms140.yhg.one', port=443): Max retries exceeded with url: /api.php/getappapi.index/initV119 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| [路漫漫](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E8%B7%AF%E6%BC%AB%E6%BC%AB.txt) | 失败 | 分类列表 | 3.082秒 | 4.93ms | 0.001ms | 0.0ms | 805.382ms | 0.0ms | 0.0ms | 0.0ms | | 分类视频列表为空 |
| [酷我听书](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%85%B7%E6%88%91%E5%90%AC%E4%B9%A6.txt) | 成功 | | 4.232秒 | 6.243ms | 0.001ms | 405.199ms | 89.046ms | 3.528秒 | 159.472ms | 41.781ms | http://car-lv.kuwo.cn/440fa34921460888358539564f4066c5/6a217fd6/resource/30106/trackmedia/long/M500002ZiI9a1sctnS.mp3?bitrate$128&format$mp3&source$kwplayerhd_ar_4.3.0.8_tianbao_T1A_qirui.apk&type$convert_url_with_sign&user$&loginUid$ | |
| [狗音乐](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%85%B7%E7%8B%97%E9%9F%B3%E4%B9%90.txt) | 成功 | | 1.533秒 | 8.096ms | 422.456ms | 251.711ms | 238.771ms | 244.471ms | 333.189ms | 33.485ms | http://fsdg360.tx.kugou.com/202606042138/9e0a14ca1e6dd0eb7f0de4c2c5099f18/v3/73b9713d5256d093756124102938de1b/yp/p_0_960139/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx567754623_qu128_s1002255785.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3 | |
| [金牌](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%87%91%E7%89%8C.txt) | 成功 | | 19.847秒 | 4.703ms | 0.001ms | 9.377秒 | 1.702秒 | 4.259秒 | 3.324秒 | 1.18秒 | https://ppvod01.kqgfbs.com/splitOut/20260420/1287040/V20260420142132484561287040/index.m3u8?t=6a21aa14&whip=171.212.167.174&sign=0e57aeef738cb250e9e6cb0ed82418857188ac7c | |
| [闪电](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%97%AA%E7%94%B5.txt) | 成功 | | 1.393秒 | 10.773ms | 0.002ms | 0.001ms | 870.94ms | 322.943ms | 0.026ms | 186.601ms | https://pan.quark.cn/s/6988cfc22154 | |
| [韩小圈](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%9F%A9%E5%B0%8F%E5%9C%88.txt) | 失败 | 地址校验 | 10.953秒 | 6.462ms | 0.001ms | 0.001ms | 385.474ms | 805.705ms | 0.007ms | 5.014秒 | https://yzzy.play-cdn2.com/20220430/17203_3059152b/index.m3u8 | HTTPSConnectionPool(host='yzzy.play-cdn2.com', port=443): Read timed out. (read timeout=5) |
| [飞快TV](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%A3%9E%E5%BF%ABTV.txt) | 成功 | | 6.801秒 | 4.565ms | 0.001ms | 0.001ms | 1.383秒 | 1.239秒 | 1.1秒 | 3.074秒 | https://vodcnd03.myqqdd.com/20260602/JrhiTPdn/index.m3u8 | |
| [魔方APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%AD%94%E6%96%B9APP.txt) | 失败 | 未预期异常 | 3.019秒 | 6.183ms | 0.001ms | 3.011秒 | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
| [麦田影院](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%BA%A6%E7%94%B0%E5%BD%B1%E9%99%A2.txt) | 失败 | 地址校验 | 7.145秒 | 6.255ms | 0.001ms | 0.001ms | 612.022ms | 263.361ms | 0.01ms | 530.55ms | https://v.lzcdn28.com/20250923/2326_a9bf234a/index.m3u8 | HTTP 404 |
| [黑猫APP](https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E9%BB%91%E7%8C%ABAPP.txt) | 失败 | 未预期异常 | 194.295ms | 5.929ms | 0.001ms | 185.827ms | 0.0ms | 0.0ms | 0.0ms | 0.0ms | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
+2
View File
@@ -19,6 +19,7 @@
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%8F%8C%E6%98%9F.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E4%B9%A6.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%90%AC%E5%8F%8BFM.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%92%95%E5%92%95%E5%8A%A8%E6%BC%AB.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%A6%82%E6%84%8F%E8%B5%84%E6%BA%90.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%AF%BB%E5%B7%9D4K.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E5%B8%83%E5%B8%83%E5%BD%B1%E8%A7%86.txt",
@@ -34,6 +35,7 @@
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E6%BD%AE%E6%B5%81APP.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%88%B1%E5%A5%87%E8%89%BA.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8B%AC%E6%92%AD%E5%BA%93.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8C%AB%E7%8C%AB4K.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E5%93%A5%E5%93%A5.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%8E%A9%E5%81%B6%E8%81%9A%E5%90%88.txt",
"https://github.com/har01d5/tvbox/raw/refs/heads/master/py/%E7%93%9C%E5%AD%90.txt",
+283 -289
View File
@@ -6,21 +6,9 @@
"valid": true
},
{
"id": "49be5d2a5930446782c18b8e43330ed706a9",
"version": 10,
"file": "py/闪电.txt",
"valid": true
},
{
"id": "9ac0c059fe234467a334f2b6a2aadf62f48b",
"id": "c7070ad448464ec681f205fc849cf8a46621",
"version": 4,
"file": "py/独播库.txt",
"valid": true
},
{
"id": "cfa8752a1e3b41218227adbb311b93292ca6",
"version": 5,
"file": "py/6V磁力.txt",
"file": "py/优酷.txt",
"valid": true
},
{
@@ -30,9 +18,9 @@
"valid": true
},
{
"id": "68d7d7f90b5542e89bf2f6a72b41e8a963d8",
"version": 4,
"file": "py/星星短剧.txt",
"id": "49be5d2a5930446782c18b8e43330ed706a9",
"version": 10,
"file": "py/闪电.txt",
"valid": true
},
{
@@ -47,24 +35,90 @@
"file": "py/玩偶哥哥.txt",
"valid": true
},
{
"id": "81036f12c2804b8c8caceb96b5859832e768",
"version": 5,
"file": "py/短剧网.txt",
"valid": true
},
{
"id": "be24c0bc92f3498888f2db1967feca6046bf",
"version": 4,
"file": "py/听书.txt",
"valid": true
},
{
"id": "d9d48d8c6e7a4370a7345c2b31ebd9cabdc0",
"version": 4,
"file": "py/酷狗音乐.txt",
"valid": true
},
{
"id": "7767c35c197d4230a21e83cd7179f5cace0f",
"version": 4,
"file": "py/微观短剧.txt",
"valid": true
},
{
"id": "cfa8752a1e3b41218227adbb311b93292ca6",
"version": 5,
"file": "py/6V磁力.txt",
"valid": true
},
{
"id": "28b5eaecff3842f89b589a21332b47ad4567",
"version": 4,
"file": "py/百度短剧.txt",
"valid": true
},
{
"id": "7aca69fd4e2046c4a34b383a6e93f215c99a",
"version": 11,
"file": "py/盘聚.txt",
"valid": true
},
{
"id": "d208576d5abf42d58a938f7b18cd5f50ac2f",
"version": 9,
"file": "py/腾讯视频.txt",
"valid": true
},
{
"id": "3fc244d4f9df44b792771561515f4ea50db8",
"version": 4,
"file": "py/河马短剧.txt",
"valid": true
},
{
"id": "e0b5db34de9f405fba3c831e616fb089345c",
"version": 10,
"file": "py/至臻.txt",
"valid": true
},
{
"id": "68d7d7f90b5542e89bf2f6a72b41e8a963d8",
"version": 4,
"file": "py/星星短剧.txt",
"valid": true
},
{
"id": "6c5cf6e2ce2c4c2685576774bbfe94e21da6",
"version": 7,
"file": "py/滴答影视.txt",
"valid": true
},
{
"id": "ac90c56b022b48369e779224cf49d5a90c6e",
"version": 4,
"file": "py/清沅4K.txt",
"valid": true
},
{
"id": "8c4c10e0b13e49a9af2ca19dc08c0ebed94a",
"version": 5,
"file": "py/潮流APP.txt",
"valid": true
},
{
"id": "9ac0c059fe234467a334f2b6a2aadf62f48b",
"version": 4,
"file": "py/独播库.txt",
"valid": true
},
{
"id": "4264595cc9194e41919879e5f8c42ca7aa07",
"version": 4,
"file": "py/人人视频.txt",
"valid": true
},
{
"id": "f886a4be72bd4c75ae8aecc53597a6726f38",
"version": 18,
@@ -77,48 +131,6 @@
"file": "py/蜡笔.txt",
"valid": true
},
{
"id": "97f372e05dcc4a959d6c84cc092a90abae4e",
"version": 4,
"file": "py/PPnix.txt",
"valid": true
},
{
"id": "3fc244d4f9df44b792771561515f4ea50db8",
"version": 4,
"file": "py/河马短剧.txt",
"valid": true
},
{
"id": "782c1db3cd804e18ab218f3af46db267357a",
"version": 10,
"file": "py/欧歌.txt",
"valid": true
},
{
"id": "7aca69fd4e2046c4a34b383a6e93f215c99a",
"version": 11,
"file": "py/盘聚.txt",
"valid": true
},
{
"id": "8c4c10e0b13e49a9af2ca19dc08c0ebed94a",
"version": 5,
"file": "py/潮流APP.txt",
"valid": true
},
{
"id": "28b5eaecff3842f89b589a21332b47ad4567",
"version": 4,
"file": "py/百度短剧.txt",
"valid": true
},
{
"id": "cce2a39270fd4f72a8f53853533d9967291e",
"version": 7,
"file": "py/4K指南.txt",
"valid": true
},
{
"id": "81be9f99a08a4df9bfcab958ab7a6c0109d0",
"version": 14,
@@ -126,129 +138,21 @@
"valid": true
},
{
"id": "e0b5db34de9f405fba3c831e616fb089345c",
"version": 10,
"file": "py/至臻.txt",
"valid": true
},
{
"id": "d208576d5abf42d58a938f7b18cd5f50ac2f",
"version": 9,
"file": "py/腾讯视频.txt",
"valid": true
},
{
"id": "7767c35c197d4230a21e83cd7179f5cace0f",
"version": 4,
"file": "py/微观短剧.txt",
"valid": true
},
{
"id": "aef1d9d0e197402289794f54242a4d5095ad",
"version": 4,
"file": "py/沐辞4K.txt",
"valid": true
},
{
"id": "d6572ec2ade34d3b878f6afa31c11e664cf0",
"version": 4,
"file": "py/布布影视.txt",
"valid": true
},
{
"id": "314530c164a246c5af08392ee32eb5fa42a8",
"version": 10,
"file": "py/二小.txt",
"valid": true
},
{
"id": "f2133ebd531c4511bbd5bc6753f2cc9c7843",
"version": 7,
"file": "py/人人电影.txt",
"valid": true
},
{
"id": "ac90c56b022b48369e779224cf49d5a90c6e",
"version": 4,
"file": "py/清沅4K.txt",
"valid": true
},
{
"id": "c7070ad448464ec681f205fc849cf8a46621",
"version": 4,
"file": "py/优酷.txt",
"valid": true
},
{
"id": "6c5cf6e2ce2c4c2685576774bbfe94e21da6",
"version": 7,
"file": "py/滴答影视.txt",
"valid": true
},
{
"id": "3e8b4e64167c45f8b1f418f4ce6a3f31b8e8",
"version": 10,
"file": "py/YouTube.txt",
"valid": true
},
{
"id": "ff03a81ea2c940d4838e71fb21cf6651157d",
"version": 15,
"file": "py/短剧优选.txt",
"valid": true
},
{
"id": "8aae390c237b4aed95bcf5407a3a4e61aaeb",
"version": 4,
"file": "py/听友FM.txt",
"valid": true
},
{
"id": "3e1a65195fb34dbf8d3d4843280d6936a1d6",
"version": 6,
"file": "py/瓜子.txt",
"valid": true
},
{
"id": "4478e92590cb42eaa270e9690127a17d30dc",
"version": 7,
"file": "py/修罗.txt",
"valid": true
},
{
"id": "c3f37fcfa4e44ad2bddd2f7b1df5c253fd5e",
"id": "81036f12c2804b8c8caceb96b5859832e768",
"version": 5,
"file": "py/寻川4K.txt",
"file": "py/短剧网.txt",
"valid": true
},
{
"id": "0b90bdbfa48947348411f7197e344d21d07e",
"id": "97f372e05dcc4a959d6c84cc092a90abae4e",
"version": 4,
"file": "py/博看听书.txt",
"file": "py/PPnix.txt",
"valid": true
},
{
"id": "64888e3bc3cd46fdb4e4e7f5fa7527d1bc6c",
"version": 15,
"file": "py/爱奇艺.txt",
"valid": true
},
{
"id": "70b55606d6f74f8493b7cc31ef50d11fc875",
"id": "1ed49f52447d4db19840b6e9ced18227cdad",
"version": 4,
"file": "py/酷我听书.txt",
"valid": true
},
{
"id": "fb6e96459cdc401fa446f79ee74c4be2f2fb",
"version": 8,
"file": "py/飞快TV.txt",
"valid": true
},
{
"id": "02544b320a6d45de997bc0bd3975d0c060b8",
"version": 9,
"file": "py/木偶.txt",
"file": "py/如意资源.txt",
"valid": true
},
{
@@ -258,51 +162,9 @@
"valid": true
},
{
"id": "28d2091c06c2486eae2f2ca9bb0b7bd1349e",
"version": 4,
"file": "py/两个BT.txt",
"valid": true
},
{
"id": "ec414176e5a7492792b7504acf01110d3634",
"version": 2,
"file": "py/4KVM.txt",
"valid": true
},
{
"id": "4ecbb33f701b4fa8bf2428aa38698bd9d9a4",
"version": 5,
"file": "py/youknow.txt",
"valid": true
},
{
"id": "531704f63b734792bb728cd84c56a75b960d",
"version": 4,
"file": "py/橘子TV.txt",
"valid": true
},
{
"id": "d0a50f933a3b46ceaf152ef64f3d9771f260",
"version": 4,
"file": "py/乌云影视.txt",
"valid": true
},
{
"id": "4264595cc9194e41919879e5f8c42ca7aa07",
"version": 4,
"file": "py/人人视频.txt",
"valid": true
},
{
"id": "c335ad0097944d47b030a08afc4b26515571",
"version": 4,
"file": "py/凡客TV.txt",
"valid": true
},
{
"id": "cb7df1f4fc7c4c469472190907ae08c848bb",
"version": 4,
"file": "py/袋鼠影视.txt",
"id": "cce2a39270fd4f72a8f53853533d9967291e",
"version": 7,
"file": "py/4K指南.txt",
"valid": true
},
{
@@ -312,9 +174,159 @@
"valid": true
},
{
"id": "1ed49f52447d4db19840b6e9ced18227cdad",
"id": "782c1db3cd804e18ab218f3af46db267357a",
"version": 10,
"file": "py/欧歌.txt",
"valid": true
},
{
"id": "314530c164a246c5af08392ee32eb5fa42a8",
"version": 10,
"file": "py/二小.txt",
"valid": true
},
{
"id": "be24c0bc92f3498888f2db1967feca6046bf",
"version": 4,
"file": "py/如意资源.txt",
"file": "py/听书.txt",
"valid": true
},
{
"id": "8aae390c237b4aed95bcf5407a3a4e61aaeb",
"version": 4,
"file": "py/听友FM.txt",
"valid": true
},
{
"id": "d6572ec2ade34d3b878f6afa31c11e664cf0",
"version": 4,
"file": "py/布布影视.txt",
"valid": true
},
{
"id": "ff03a81ea2c940d4838e71fb21cf6651157d",
"version": 15,
"file": "py/短剧优选.txt",
"valid": true
},
{
"id": "f2133ebd531c4511bbd5bc6753f2cc9c7843",
"version": 7,
"file": "py/人人电影.txt",
"valid": true
},
{
"id": "4478e92590cb42eaa270e9690127a17d30dc",
"version": 7,
"file": "py/修罗.txt",
"valid": true
},
{
"id": "0b90bdbfa48947348411f7197e344d21d07e",
"version": 4,
"file": "py/博看听书.txt",
"valid": true
},
{
"id": "3e1a65195fb34dbf8d3d4843280d6936a1d6",
"version": 6,
"file": "py/瓜子.txt",
"valid": true
},
{
"id": "28d2091c06c2486eae2f2ca9bb0b7bd1349e",
"version": 4,
"file": "py/两个BT.txt",
"valid": true
},
{
"id": "df3d5d0b1e0249f292184f72d65e4a83df78",
"version": 4,
"file": "py/猫猫4K.txt",
"valid": true
},
{
"id": "087d383115c64af1b0b914e9836e7927cd79",
"version": 4,
"file": "py/咕咕动漫.txt",
"valid": true
},
{
"id": "70b55606d6f74f8493b7cc31ef50d11fc875",
"version": 4,
"file": "py/酷我听书.txt",
"valid": true
},
{
"id": "3e8b4e64167c45f8b1f418f4ce6a3f31b8e8",
"version": 10,
"file": "py/YouTube.txt",
"valid": true
},
{
"id": "ec414176e5a7492792b7504acf01110d3634",
"version": 2,
"file": "py/4KVM.txt",
"valid": true
},
{
"id": "64888e3bc3cd46fdb4e4e7f5fa7527d1bc6c",
"version": 15,
"file": "py/爱奇艺.txt",
"valid": true
},
{
"id": "02544b320a6d45de997bc0bd3975d0c060b8",
"version": 9,
"file": "py/木偶.txt",
"valid": true
},
{
"id": "c3f37fcfa4e44ad2bddd2f7b1df5c253fd5e",
"version": 5,
"file": "py/寻川4K.txt",
"valid": true
},
{
"id": "4ecbb33f701b4fa8bf2428aa38698bd9d9a4",
"version": 5,
"file": "py/youknow.txt",
"valid": true
},
{
"id": "d0a50f933a3b46ceaf152ef64f3d9771f260",
"version": 4,
"file": "py/乌云影视.txt",
"valid": true
},
{
"id": "531704f63b734792bb728cd84c56a75b960d",
"version": 4,
"file": "py/橘子TV.txt",
"valid": true
},
{
"id": "cb7df1f4fc7c4c469472190907ae08c848bb",
"version": 4,
"file": "py/袋鼠影视.txt",
"valid": true
},
{
"id": "c335ad0097944d47b030a08afc4b26515571",
"version": 4,
"file": "py/凡客TV.txt",
"valid": true
},
{
"id": "fb6e96459cdc401fa446f79ee74c4be2f2fb",
"version": 8,
"file": "py/飞快TV.txt",
"valid": true
},
{
"id": "aef1d9d0e197402289794f54242a4d5095ad",
"version": 4,
"file": "py/沐辞4K.txt",
"valid": true
},
{
@@ -329,18 +341,18 @@
"file": "py/金牌.txt",
"valid": true
},
{
"id": "b734180929e54c99ac003d793aa283beac48",
"version": 1,
"file": "py/Test.txt",
"valid": false
},
{
"id": "5bfe64e4457b4c01ada2a8b7d06a1fefac66",
"version": 4,
"file": "py/黑猫APP.txt",
"valid": false
},
{
"id": "40aa92a3bc3b4ce3b186240157211669733c",
"version": 4,
"file": "py/剧圈圈.txt",
"valid": false
},
{
"id": "42b94a0cb3e84c0ca90f727db0e8292aa1d5",
"version": 4,
@@ -353,42 +365,18 @@
"file": "py/世纪音乐.txt",
"valid": false
},
{
"id": "40aa92a3bc3b4ce3b186240157211669733c",
"version": 4,
"file": "py/剧圈圈.txt",
"valid": false
},
{
"id": "eb5907234b6d47d3a036916daf4856792228",
"version": 5,
"file": "py/糯米.txt",
"valid": false
},
{
"id": "211fb9781dfd4aabbd5e5b0979b4aca217b2",
"version": 6,
"file": "py/libvio.txt",
"valid": false
},
{
"id": "be318f3ab26945cf8aec635b6708b95b10cd",
"version": 4,
"file": "py/七味.txt",
"valid": false
},
{
"id": "8896113c7e0c47d09bb88e493298216d31c5",
"version": 2,
"file": "py/农民.txt",
"valid": false
},
{
"id": "f1f73ec405a54d42986089dc17a2c4aa2951",
"version": 4,
"file": "py/剧迷.txt",
"valid": false
},
{
"id": "e94d755c027c456992bb47dad7b1833b711d",
"version": 7,
@@ -396,15 +384,27 @@
"valid": false
},
{
"id": "ee481733a55e4d85b4c54459bad5130dad59",
"id": "be318f3ab26945cf8aec635b6708b95b10cd",
"version": 4,
"file": "py/AAZ音乐.txt",
"file": "py/七味.txt",
"valid": false
},
{
"id": "67f8f23ecb474431bcaeb2a542bdad5659b9",
"id": "f1f73ec405a54d42986089dc17a2c4aa2951",
"version": 4,
"file": "py/麦田影院.txt",
"file": "py/剧迷.txt",
"valid": false
},
{
"id": "211fb9781dfd4aabbd5e5b0979b4aca217b2",
"version": 6,
"file": "py/libvio.txt",
"valid": false
},
{
"id": "b42114fcdddb4bd8b53db1da8e2f0cebff5d",
"version": 8,
"file": "py/盘链.txt",
"valid": false
},
{
@@ -425,36 +425,24 @@
"file": "py/路漫漫.txt",
"valid": false
},
{
"id": "b42114fcdddb4bd8b53db1da8e2f0cebff5d",
"version": 8,
"file": "py/盘链.txt",
"valid": false
},
{
"id": "087d383115c64af1b0b914e9836e7927cd79",
"version": 4,
"file": "py/咕咕动漫.txt",
"valid": false
},
{
"id": "6fde61abf58844a8b00724f9edd9138ef177",
"version": 4,
"file": "py/耐视点播.txt",
"valid": false
},
{
"id": "df3d5d0b1e0249f292184f72d65e4a83df78",
"version": 4,
"file": "py/猫猫4K.txt",
"valid": false
},
{
"id": "24e9f2a0c34e47ebb269b4d4ae0ccdf47de7",
"version": 15,
"file": "py/多多.txt",
"valid": false
},
{
"id": "ee481733a55e4d85b4c54459bad5130dad59",
"version": 4,
"file": "py/AAZ音乐.txt",
"valid": false
},
{
"id": "7cdbfdafe99a437b9a4f6aa806ffbfc46a48",
"version": 4,
@@ -462,15 +450,15 @@
"valid": false
},
{
"id": "aaff0ac7b1d64c468033af3d784c92bb236a",
"id": "67f8f23ecb474431bcaeb2a542bdad5659b9",
"version": 4,
"file": "py/新韩剧网.txt",
"file": "py/麦田影院.txt",
"valid": false
},
{
"id": "b9121041613241c6b0fec50cc59f85d12cfc",
"version": 8,
"file": "py/不太灵.txt",
"id": "aaff0ac7b1d64c468033af3d784c92bb236a",
"version": 4,
"file": "py/新韩剧网.txt",
"valid": false
},
{
@@ -485,6 +473,12 @@
"file": "py/茶杯狐.txt",
"valid": false
},
{
"id": "b9121041613241c6b0fec50cc59f85d12cfc",
"version": 8,
"file": "py/不太灵.txt",
"valid": false
},
{
"id": "3e8bad06edca467ca399fa45a2cd319373c9",
"version": 4,