validation

This commit is contained in:
Harold
2026-05-11 17:13:26 +08:00
parent 8c810f8e8e
commit 4902f157d8
2 changed files with 3253 additions and 0 deletions
+3145
View File
@@ -0,0 +1,3145 @@
{
"generated_at": "2026-05-11T17:10:23+08:00",
"spider_dir": "/home/harold/workspace/atv-spiders/py",
"output_dir": "/home/harold/workspace/tvbox-resources",
"max_workers": 16,
"total_duration_ms": 119638.799,
"summary": {
"total": 80,
"success": 49,
"failed": 31,
"success_rate": 0.6125,
"stage_failures": {
"module_load": 0,
"init": 0,
"home": 1,
"category": 7,
"detail": 2,
"player": 0,
"url_check": 13,
"unexpected": 8
}
},
"results": [
{
"spider": "4K指南",
"file": "/home/harold/workspace/atv-spiders/py/4K指南.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 17.7,
"init": 0.001,
"home": 0.002,
"category": 2660.484,
"detail": 2280.341,
"player": 0.004,
"url_check": 385.011,
"total": 5344.507
},
"counts": {
"classes": 5,
"category_videos": 50,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "zuixin",
"vod_id": "20068",
"flag": "夸克网盘",
"play_id": "push://https://pan.quark.cn/s/e0726c4989dc"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/e0726c4989dc",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/e0726c4989dc",
"reason": null
}
},
{
"spider": "AAZ音乐",
"file": "/home/harold/workspace/atv-spiders/py/AAZ音乐.py",
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)",
"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)\nTimeoutError: _ssl.c:1063: The handshake operation timed out\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 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 39, in reraise\n raise value\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.ReadTimeoutError: HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)\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 362, 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 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/AAZ音乐.py\", line 220, in homeContent\n items = self._parse_song_cards(self._fetch_html(self.category_paths[\"new\"]))\n ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/AAZ音乐.py\", line 57, in _fetch_html\n response = self.fetch(self._build_url(path), headers=dict(self.headers), timeout=10, verify=False)\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.ReadTimeout: HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10)\n",
"timings_ms": {
"module_load": 17.423,
"init": 0.001,
"home": 10028.16,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 10074.438
},
"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": "",
"reason": null
}
},
{
"spider": "Atvp",
"file": "/home/harold/workspace/atv-spiders/py/Atvp.py",
"success": false,
"failed_stage": "unexpected",
"error": "Atvp source is empty",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 358, in validate_spider_file\n _run_timed(result[\"timings_ms\"], \"init\", spider.init, clock, \"\")\n ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/Atvp.py\", line 206, in init\n package_text = self._load_source(source)\n File \"/home/harold/workspace/atv-spiders/py/Atvp.py\", line 231, in _load_source\n raise ValueError(\"Atvp source is empty\")\nValueError: Atvp source is empty\n",
"timings_ms": {
"module_load": 72.372,
"init": 0.004,
"home": 0.0,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 73.173
},
"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": "",
"reason": null
}
},
{
"spider": "PPnix",
"file": "/home/harold/workspace/atv-spiders/py/PPnix.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 65.187,
"init": 0.001,
"home": 0.001,
"category": 2262.119,
"detail": 3083.889,
"player": 0.008,
"url_check": 1694.224,
"total": 7106.631
},
"counts": {
"classes": 2,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "movie/8138.html",
"flag": "PPnix",
"play_id": "8138|1080P"
},
"player": {
"parse": 0,
"url": "https://www.ppnix.com/info/m3u8/8138/1080P.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://www.ppnix.com/info/m3u8/8138/1080P.m3u8",
"reason": null
}
},
{
"spider": "QQ音乐",
"file": "/home/harold/workspace/atv-spiders/py/QQ音乐.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 20.256,
"init": 0.012,
"home": 0.006,
"category": 570.962,
"detail": 438.974,
"player": 338.857,
"url_check": 131.873,
"total": 1539.353
},
"counts": {
"classes": 6,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "playlist",
"vod_id": "playlist:7757834782",
"flag": "QQ音乐",
"play_id": "qqmusic:0013TCdl37SVzP:235175529|Cruel Summer - Taylor Swift"
},
"player": {
"parse": 0,
"url": "https://isure.stream.qqmusic.qq.com/F0000040rOp00lZYHC.flac?guid=d1d14732c38bd66eeadacc2d8ff5fcb4&vkey=BB5B6CF95B250327CC9E477ACC50C9C5687E94B828385BC82371DE3FBD850EF465BA488BBDBE33F67CEBA29C29E744888AAE672E1F5E0F7D__v2b9abc83&uin=1152921504846230218&fromtag=119114&redirect=1",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://isure.stream.qqmusic.qq.com/F0000040rOp00lZYHC.flac?guid=d1d14732c38bd66eeadacc2d8ff5fcb4&vkey=BB5B6CF95B250327CC9E477ACC50C9C5687E94B828385BC82371DE3FBD850EF465BA488BBDBE33F67CEBA29C29E744888AAE672E1F5E0F7D__v2b9abc83&uin=1152921504846230218&fromtag=119114&redirect=1",
"reason": null
}
},
{
"spider": "UVod",
"file": "/home/harold/workspace/atv-spiders/py/UVod.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTPSConnectionPool(host='file-endpoint33.oledsa.com', port=443): Max retries exceeded with url: /content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))",
"traceback": null,
"timings_ms": {
"module_load": 69.565,
"init": 1987.885,
"home": 1975.607,
"category": 2343.672,
"detail": 2091.091,
"player": 2169.561,
"url_check": 1740.646,
"total": 12378.98
},
"counts": {
"classes": 7,
"category_videos": 42,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "100",
"vod_id": "89215",
"flag": "优汁🍑源",
"play_id": "89215|546409|[4]"
},
"player": {
"parse": 0,
"url": "https://file-endpoint33.oledsa.com/content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033",
"valid": false,
"reachable": false,
"status_code": null,
"final_url": "https://file-endpoint33.oledsa.com/content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033",
"reason": "HTTPSConnectionPool(host='file-endpoint33.oledsa.com', port=443): Max retries exceeded with url: /content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))"
}
},
{
"spider": "libvio",
"file": "/home/harold/workspace/atv-spiders/py/libvio.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 16.488,
"init": 0.001,
"home": 0.001,
"category": 1908.987,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1967.408
},
"counts": {
"classes": 6,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "index",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "youknow",
"file": "/home/harold/workspace/atv-spiders/py/youknow.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 16.395,
"init": 0.001,
"home": 0.001,
"category": 3338.09,
"detail": 2753.518,
"player": 3187.774,
"url_check": 4391.155,
"total": 13688.334
},
"counts": {
"classes": 7,
"category_videos": 217,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "index",
"vod_id": "203668",
"flag": "YouKnowTV",
"play_id": "eyJ2b2RfaWQiOiIyMDM2NjgiLCJlcGlzb2RlX2luZGV4IjoxLCJ0aXRsZSI6IuesrDAx6ZuGIiwiY2FuZGlkYXRlcyI6W3sic291cmNlIjoi57q_6LevMSIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDM2NjgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMiIsInNvdXJjZV9pZCI6IjEiLCJlcGlzb2RlX3VybCI6Imh0dHBzOi8vd3d3LnlvdWtub3cudHYvcC8yMDM2NjgtMS0xLyJ9LHsic291cmNlIjoi57q_6LevMjAiLCJzb3VyY2VfaWQiOiIyIiwiZXBpc29kZV91cmwiOiJodHRwczovL3d3dy55b3Vrbm93LnR2L3AvMjAzNjY4LTItMS8ifSx7InNvdXJjZSI6Iue6v-i3rzIxIiwic291cmNlX2lkIjoiMiIsImVwaXNvZGVfdXJsIjoiaHR0cHM6Ly93d3cueW91a25vdy50di9wLzIwMzY2OC0yLTEvIn1dfQ"
},
"player": {
"parse": 0,
"url": "https://vip.dytt-tvs.com/20260504/18941_6de7c6c7/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://cnvod.jimxtc.com/20260504/18941_6de7c6c7/index.m3u8",
"reason": null
}
},
{
"spider": "youtube",
"file": "/home/harold/workspace/atv-spiders/py/youtube.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 18.493,
"init": 0.004,
"home": 0.038,
"category": 2304.756,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 2361.287
},
"counts": {
"classes": 7,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "cat_cdrama",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "七味",
"file": "/home/harold/workspace/atv-spiders/py/七味.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 14.132,
"init": 0.001,
"home": 0.001,
"category": 2346.679,
"detail": 2386.864,
"player": 112577.81,
"url_check": 2277.683,
"total": 119632.475
},
"counts": {
"classes": 5,
"category_videos": 42,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "94740",
"flag": "ikun 1",
"play_id": "pcmp4:/py/94740-3-1.html"
},
"player": {
"parse": 1,
"url": "https://www.pcmp4.com/py/94740-3-1.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://www.pcmp4.com/py/94740-3-1.html",
"reason": null
}
},
{
"spider": "不太灵",
"file": "/home/harold/workspace/atv-spiders/py/不太灵.py",
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10)",
"traceback": "Traceback (most recent call last):\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 ~~~~~~~~~~~~~~~~~^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/http/client.py\", line 297, in _read_status\n line = str(self.fp.readline(_MAXLINE + 1), \"iso-8859-1\")\n ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^\nTimeoutError: The read operation timed out\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 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 39, in reraise\n raise value\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.ReadTimeoutError: HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10)\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 392, in validate_spider_file\n detail_result = _run_timed(result[\"timings_ms\"], \"detail\", spider.detailContent, clock, [vod_id])\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/不太灵.py\", line 294, in detailContent\n data = self._request_api(\"getVideoDetail\", {\"id\": vod_id})\n File \"/home/harold/workspace/atv-spiders/py/不太灵.py\", line 57, in _request_api\n response = requests.get(\n self._build_api_url(endpoint, params),\n ...<2 lines>...\n verify=False,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/api.py\", line 73, in get\n return request(\"get\", url, params=params, **kwargs)\nrequests.exceptions.ReadTimeout: HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10)\n",
"timings_ms": {
"module_load": 17.384,
"init": 0.0,
"home": 3384.368,
"category": 4081.81,
"detail": 11817.689,
"player": 0.0,
"url_check": 0.0,
"total": 19328.681
},
"counts": {
"classes": 5,
"category_videos": 25,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "1",
"vod_id": "38433439",
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "世纪音乐",
"file": "/home/harold/workspace/atv-spiders/py/世纪音乐.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 17.806,
"init": 0.001,
"home": 227.761,
"category": 170.164,
"detail": 149.176,
"player": 0.004,
"url_check": 227.388,
"total": 816.452
},
"counts": {
"classes": 5,
"category_videos": 28,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "home",
"vod_id": "song:ydektetnwt",
"flag": "世纪音乐",
"play_id": "music:ydektetnwt"
},
"player": {
"parse": 0,
"url": "https://www.4c44.com/data/down.php?ac=music&id=ydektetnwt",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://www.4c44.com/data/down.php?ac=music&id=ydektetnwt",
"reason": "HTTP 403"
}
},
{
"spider": "两个BT",
"file": "/home/harold/workspace/atv-spiders/py/两个BT.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 22.541,
"init": 0.001,
"home": 0.001,
"category": 2191.119,
"detail": 1889.955,
"player": 3860.313,
"url_check": 2129.916,
"total": 10128.089
},
"counts": {
"classes": 14,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "zgjun",
"vod_id": "/play/ch44qq3vc",
"flag": "两个BT",
"play_id": "eyJwaWQiOiIvcGxheS9jaDQ0cXEzdmMiLCJzaWQiOiIvcGxheS9jaDQ0cXEzdmMiLCJuYW1lIjoiMSJ9"
},
"player": {
"parse": 0,
"url": "https://zijieapi.douyinbyte.com/m3u8/dd0ca2ca11fcbf34e0a0d769ad4f7180.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://zijieapi.douyinbyte.com/m3u8/dd0ca2ca11fcbf34e0a0d769ad4f7180.m3u8",
"reason": null
}
},
{
"spider": "乌云影视",
"file": "/home/harold/workspace/atv-spiders/py/乌云影视.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 17.832,
"init": 0.001,
"home": 1998.449,
"category": 1865.778,
"detail": 6420.111,
"player": 0.019,
"url_check": 6475.186,
"total": 16802.496
},
"counts": {
"classes": 7,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "movie",
"vod_id": "483203",
"flag": "乌云影视",
"play_id": "eyJtZWRpYUlkIjogIjQ4MzIwMyIsICJzZWFzb25ObyI6IDEsICJlcE5vIjogMSwgInZpZGVvSWQiOiAxNTc2MjgzMiwgInBsYXlVcmwiOiAiaHR0cHM6Ly9kMWpkbm1rYzFuNWNuNC5jbG91ZGZyb250Lm5ldC9nZW5fb3ZlcnNlYXMvaHR0cHM6Ly9zMi5iZmxsdmlwLmNvbS92aWRlby95YW54aWF4aW5nL2E2ZWY4NTRjMGMxZi9pbmRleC5tM3U4IiwgIm5hbWUiOiAi56ysMembhiDpq5jmuIUifQ"
},
"player": {
"parse": 0,
"url": "https://d1jdnmkc1n5cn4.cloudfront.net/gen_overseas/https://s2.bfllvip.com/video/yanxiaxing/a6ef854c0c1f/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://d1jdnmkc1n5cn4.cloudfront.net/hls_overseas/d4ca9ef7f2a5df56bcf49e976a101e3fd36dcb05.m3u8",
"reason": null
}
},
{
"spider": "乐兔",
"file": "/home/harold/workspace/atv-spiders/py/乐兔.py",
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)",
"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)\nTimeoutError: _ssl.c:1063: The handshake operation timed out\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 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 39, in reraise\n raise value\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.ReadTimeoutError: HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)\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 376, in validate_spider_file\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/乐兔.py\", line 117, in categoryContent\n html = self._request_html(self._build_category_url(tid, pg))\n File \"/home/harold/workspace/atv-spiders/py/乐兔.py\", line 72, in _request_html\n response = self.fetch(target, headers=dict(self.headers), timeout=10)\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.ReadTimeout: HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10)\n",
"timings_ms": {
"module_load": 18.663,
"init": 0.001,
"home": 0.001,
"category": 10055.307,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 10112.521
},
"counts": {
"classes": 5,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "1",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "二小",
"file": "/home/harold/workspace/atv-spiders/py/二小.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 16.995,
"init": 0.001,
"home": 0.002,
"category": 4279.469,
"detail": 1821.681,
"player": 0.003,
"url_check": 1191.757,
"total": 7347.559
},
"counts": {
"classes": 4,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/12367.html",
"flag": "baidu#二小",
"play_id": "https://pan.baidu.com/s/1aWSIgHVAv9PM6LOEZh6V6A?pwd=byd2"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1aWSIgHVAv9PM6LOEZh6V6A?pwd=byd2",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=aWSIgHVAv9PM6LOEZh6V6A&pwd=byd2",
"reason": null
}
},
{
"spider": "人人电影",
"file": "/home/harold/workspace/atv-spiders/py/人人电影.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 0.311,
"init": 0.0,
"home": 0.0,
"category": 2533.035,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 2533.483
},
"counts": {
"classes": 4,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "movie/list_2",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "人人视频",
"file": "/home/harold/workspace/atv-spiders/py/人人视频.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 0.464,
"init": 0.001,
"home": 170.11,
"category": 282.136,
"detail": 266.305,
"player": 400.622,
"url_check": 184.437,
"total": 1304.824
},
"counts": {
"classes": 4,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "TV",
"vod_id": "57181",
"flag": "人人专线",
"play_id": "57181@383563"
},
"player": {
"parse": 0,
"url": "https://a3fkpcuk2gkkpmr.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/60b815c142c671f1ac975017e1f90402/30ffc804ae454cdaa23c4518d492908d-0e6b5348788a46aeb1399e154ae316e5-ld.mp4?auth_key=1778505024-9f17513aa51246e1aeadbb6cc366a44b-0-43911a33a7f86f318b20e637b4037277&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=f89bf47c27dd4c368672508de12e4fba&hevc=false&seasonId=57181",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://a3fkpcuk2gkkpmr.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/60b815c142c671f1ac975017e1f90402/30ffc804ae454cdaa23c4518d492908d-0e6b5348788a46aeb1399e154ae316e5-ld.mp4?auth_key=1778505024-9f17513aa51246e1aeadbb6cc366a44b-0-43911a33a7f86f318b20e637b4037277&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=f89bf47c27dd4c368672508de12e4fba&hevc=false&seasonId=57181",
"reason": "HTTP 403"
}
},
{
"spider": "优酷",
"file": "/home/harold/workspace/atv-spiders/py/优酷.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.664,
"init": 0.001,
"home": 0.005,
"category": 317.963,
"detail": 606.218,
"player": 0.004,
"url_check": 292.336,
"total": 1217.888
},
"counts": {
"classes": 6,
"category_videos": 23,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "电视剧",
"vod_id": "show:dccc1a382ea3456eaa77",
"flag": "优酷",
"play_id": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html"
},
"player": {
"parse": 1,
"url": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html",
"reason": null
}
},
{
"spider": "低端影视",
"file": "/home/harold/workspace/atv-spiders/py/低端影视.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.285,
"init": 0.001,
"home": 0.001,
"category": 2564.216,
"detail": 2851.391,
"player": 0.008,
"url_check": 157.743,
"total": 5574.101
},
"counts": {
"classes": 4,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "series",
"vod_id": "movie/zhujiao",
"flag": "播放源 1 (1080P)",
"play_id": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8"
},
"player": {
"parse": 0,
"url": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8",
"reason": null
}
},
{
"spider": "修罗",
"file": "/home/harold/workspace/atv-spiders/py/修罗.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 0.381,
"init": 0.0,
"home": 0.001,
"category": 2640.12,
"detail": 1754.044,
"player": 4849.278,
"url_check": 2445.878,
"total": 11690.627
},
"counts": {
"classes": 4,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "movie",
"vod_id": "dongzuo/26872",
"flag": "修罗直连",
"play_id": "play/26872-0"
},
"player": {
"parse": 0,
"url": "https://v.xlys.ltd.ua/obj/0D064C8B0DB542E409CC060C12EE6D2B1B98DF19BF0AD5DC7172E25F4B598C9F",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://v.xlys.ltd.ua/obj/0D064C8B0DB542E409CC060C12EE6D2B1B98DF19BF0AD5DC7172E25F4B598C9F",
"reason": "HTTP 403"
}
},
{
"spider": "凡客TV",
"file": "/home/harold/workspace/atv-spiders/py/凡客TV.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.32,
"init": 0.001,
"home": 0.001,
"category": 9894.193,
"detail": 2649.695,
"player": 4864.94,
"url_check": 4226.681,
"total": 21636.188
},
"counts": {
"classes": 8,
"category_videos": 32,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "a072031476ddfd01",
"flag": "高速线路",
"play_id": "{\"movie_id\":\"a072031476ddfd01\",\"link_id\":\"90f89bf3e1bb3b5105370a82747bb2e2\",\"line_id\":\"line1\",\"line_name\":\"高速线路\",\"episode_name\":\"1080p\",\"type\":\"switch\",\"page\":\"https://fktv.me/movie/detail/a072031476ddfd01\"}"
},
"player": {
"parse": 0,
"url": "https://fktv.me/ysapi/m3u8/p/59a97924eaa4a4151f13a9dd67ce4eb5.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://fktv.me/ysapi/m3u8/p/59a97924eaa4a4151f13a9dd67ce4eb5.m3u8",
"reason": null
}
},
{
"spider": "剧圈圈",
"file": "/home/harold/workspace/atv-spiders/py/剧圈圈.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.383,
"init": 0.0,
"home": 0.0,
"category": 3478.571,
"detail": 3425.806,
"player": 10492.766,
"url_check": 3862.906,
"total": 21260.891
},
"counts": {
"classes": 5,
"category_videos": 16,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "dianying",
"vod_id": "vod/62945",
"flag": "BF备用",
"play_id": "play/62945-3-1"
},
"player": {
"parse": 1,
"url": "https://www.jqqzx.cc/play/62945-3-1.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://www.jqqzx.one/play/62945-3-1.html",
"reason": null
}
},
{
"spider": "剧迷",
"file": "/home/harold/workspace/atv-spiders/py/剧迷.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 0.288,
"init": 0.0,
"home": 0.001,
"category": 2100.19,
"detail": 2347.027,
"player": 2691.178,
"url_check": 2808.546,
"total": 9947.721
},
"counts": {
"classes": 6,
"category_videos": 150,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "443049",
"flag": "高清线路 ᴴᴰ",
"play_id": "443049-6-1"
},
"player": {
"parse": 0,
"url": "https://vip.dytt-see.com/20260505/36518_39a596c5/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://vip.dytt-see.com/20260505/36518_39a596c5/index.m3u8",
"reason": "HTTP 403"
}
},
{
"spider": "博看听书",
"file": "/home/harold/workspace/atv-spiders/py/博看听书.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.254,
"init": 0.0,
"home": 3232.842,
"category": 291.111,
"detail": 812.366,
"player": 0.002,
"url_check": 74.467,
"total": 4411.36
},
"counts": {
"classes": 11,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1319",
"vod_id": "902849",
"flag": "博看听书",
"play_id": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a"
},
"player": {
"parse": 0,
"url": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a",
"reason": null
}
},
{
"spider": "厂长资源",
"file": "/home/harold/workspace/atv-spiders/py/厂长资源.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 0.638,
"init": 0.104,
"home": 0.001,
"category": 7746.067,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 7747.136
},
"counts": {
"classes": 16,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "movie",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "双星",
"file": "/home/harold/workspace/atv-spiders/py/双星.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.506,
"init": 396.22,
"home": 0.005,
"category": 204.168,
"detail": 181.953,
"player": 0.004,
"url_check": 223.476,
"total": 1007.144
},
"counts": {
"classes": 7,
"category_videos": 15,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "ju",
"vod_id": "/ju/10345.html",
"flag": "quark",
"play_id": "https://pan.quark.cn/s/aefc43744bd3"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/aefc43744bd3",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/aefc43744bd3",
"reason": null
}
},
{
"spider": "听书",
"file": "/home/harold/workspace/atv-spiders/py/听书.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.916,
"init": 80.295,
"home": 0.001,
"category": 195.69,
"detail": 496.89,
"player": 406.995,
"url_check": 101.476,
"total": 1283.022
},
"counts": {
"classes": 11,
"category_videos": 10,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "6",
"vod_id": "63",
"flag": "直链",
"play_id": "2926931|||63"
},
"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=602865530bda687fcb9dde202e1f0eee&buy_key=FM&token=3113&timestamp=1778490631&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=602865530bda687fcb9dde202e1f0eee&buy_key=FM&token=3113&timestamp=1778490631&duration=453",
"reason": null
}
},
{
"spider": "听友FM",
"file": "/home/harold/workspace/atv-spiders/py/听友FM.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.888,
"init": 0.001,
"home": 2656.299,
"category": 2968.287,
"detail": 3792.749,
"player": 4392.468,
"url_check": 179.198,
"total": 13990.886
},
"counts": {
"classes": 8,
"category_videos": 20,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "46",
"vod_id": "9783312385",
"flag": "听友FM",
"play_id": "9783312385|1"
},
"player": {
"parse": 0,
"url": "https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1778488205&sign=625c3a14e1a6c8df8d4d35663d542452",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1778488205&sign=625c3a14e1a6c8df8d4d35663d542452",
"reason": null
}
},
{
"spider": "四万影视",
"file": "/home/harold/workspace/atv-spiders/py/四万影视.py",
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_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.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_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: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_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='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_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 376, in validate_spider_file\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/四万影视.py\", line 238, in categoryContent\n data = self._api_get(params)\n File \"/home/harold/workspace/atv-spiders/py/四万影视.py\", line 212, in _api_get\n response = self.fetch(\n self.api,\n ...<2 lines>...\n timeout=10,\n )\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='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)')))\n",
"timings_ms": {
"module_load": 0.283,
"init": 0.0,
"home": 0.0,
"category": 1762.742,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1764.933
},
"counts": {
"classes": 5,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "20",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "在线之家",
"file": "/home/harold/workspace/atv-spiders/py/在线之家.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.332,
"init": 0.0,
"home": 0.0,
"category": 2317.623,
"detail": 4245.068,
"player": 2609.814,
"url_check": 259.753,
"total": 9433.115
},
"counts": {
"classes": 6,
"category_videos": 12,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "voddetail/4601.html",
"flag": "zxzj",
"play_id": "vodplay/4601-1-1.html"
},
"player": {
"parse": 0,
"url": "https://media-sxty-fy-corp.sx3oss.ctyunxs.cn/CORPCLOUD/f076ccf5-a095-45a2-b086-cbf66f4aa40d.mp4?response-content-disposition=attachment%3Bfilename%3D%22%E9%93%81%E8%A1%80%E6%88%98%E5%A3%AB%E6%9D%80%E6%88%AE%E4%B9%8B%E5%9C%B02025HD1080P.mp4%22%3Bfilename*%3DUTF-8%27%27%25E9%2593%2581%25E8%25A1%2580%25E6%2588%2598%25E5%25A3%25AB%25E6%259D%2580%25E6%2588%25AE%25E4%25B9%258B%25E5%259C%25B02025HD1080P.mp4&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=CORP&x-amz-CLIENTTYPEIN=UNKNOWN&Signature=/nJLhyEJivvBkuxOJdnCRWWa4yE%3D&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&Expires=1778499884&x-amz-limitrate=102400&response-content-type=video/mp4&x-amz-FSIZE=2183471772&x-amz-UID=10000004591358&x-amz-UFID=31374317010337932",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://media-sxty-fy-corp.sx3oss.ctyunxs.cn/CORPCLOUD/f076ccf5-a095-45a2-b086-cbf66f4aa40d.mp4?response-content-disposition=attachment%3Bfilename%3D%22%E9%93%81%E8%A1%80%E6%88%98%E5%A3%AB%E6%9D%80%E6%88%AE%E4%B9%8B%E5%9C%B02025HD1080P.mp4%22%3Bfilename*%3DUTF-8%27%27%25E9%2593%2581%25E8%25A1%2580%25E6%2588%2598%25E5%25A3%25AB%25E6%259D%2580%25E6%2588%25AE%25E4%25B9%258B%25E5%259C%25B02025HD1080P.mp4&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=CORP&x-amz-CLIENTTYPEIN=UNKNOWN&Signature=/nJLhyEJivvBkuxOJdnCRWWa4yE%3D&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&Expires=1778499884&x-amz-limitrate=102400&response-content-type=video/mp4&x-amz-FSIZE=2183471772&x-amz-UID=10000004591358&x-amz-UFID=31374317010337932",
"reason": null
}
},
{
"spider": "多多",
"file": "/home/harold/workspace/atv-spiders/py/多多.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.285,
"init": 0.0,
"home": 0.0,
"category": 574.088,
"detail": 421.346,
"player": 0.003,
"url_check": 957.271,
"total": 1953.537
},
"counts": {
"classes": 6,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/9447.html",
"flag": "baidu#多多",
"play_id": "https://pan.baidu.com/s/1tCpt9UMVoL9OxQyvpKUYZA?pwd=yyds"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1tCpt9UMVoL9OxQyvpKUYZA?pwd=yyds",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=tCpt9UMVoL9OxQyvpKUYZA&pwd=yyds",
"reason": null
}
},
{
"spider": "奕搜",
"file": "/home/harold/workspace/atv-spiders/py/奕搜.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.265,
"init": 0.0,
"home": 0.0,
"category": 2685.5,
"detail": 2263.231,
"player": 0.016,
"url_check": 248.626,
"total": 5198.321
},
"counts": {
"classes": 6,
"category_videos": 10,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "dy",
"vod_id": "/dy/29706.html",
"flag": "quark",
"play_id": "https://pan.quark.cn/s/e5345bdd71f6"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/e5345bdd71f6",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/e5345bdd71f6",
"reason": null
}
},
{
"spider": "如意资源",
"file": "/home/harold/workspace/atv-spiders/py/如意资源.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.322,
"init": 0.0,
"home": 0.006,
"category": 5974.547,
"detail": 2326.115,
"player": 0.004,
"url_check": 2540.887,
"total": 10842.419
},
"counts": {
"classes": 6,
"category_videos": 20,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "76876",
"flag": "rym3u8",
"play_id": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8"
},
"player": {
"parse": 0,
"url": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8",
"reason": null
}
},
{
"spider": "布布影视",
"file": "/home/harold/workspace/atv-spiders/py/布布影视.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.298,
"init": 0.0,
"home": 0.0,
"category": 2130.924,
"detail": 2141.733,
"player": 2629.582,
"url_check": 344.051,
"total": 7247.213
},
"counts": {
"classes": 4,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "69765",
"flag": "JD蓝光(1)",
"play_id": "JD4K@1@JD-5f4f247d6dfbc0b5d5cb1efeaa2303790"
},
"player": {
"parse": 0,
"url": "https://c167-obsdaz-ykj-01.obs.dualstack.cidc-rp-2006.joint.cmecloud.cn/1810c8ff2a78456b9348fadfe7ab0fd0086?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%274K.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260511T091040Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AH4RWOMWLEL7ROYSF2S5%2F20260511%2Fcidc-rp-2006%2Fs3%2Faws4_request&t=2&u=1261698636582652615&ot=family&oi=1263000283947275586&f=FibTFWRt8ncqZsYDWQP5LF5BI3oB5_LXK&ext=eyJ1dCI6MX0%3D&X-Amz-Signature=e6411f7091b621576bb8d7d909861b24af7ccc31534058ba5f922f9b3e3970f0",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://c167-obsdaz-ykj-01.obs.dualstack.cidc-rp-2006.joint.cmecloud.cn/1810c8ff2a78456b9348fadfe7ab0fd0086?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%274K.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260511T091040Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AH4RWOMWLEL7ROYSF2S5%2F20260511%2Fcidc-rp-2006%2Fs3%2Faws4_request&t=2&u=1261698636582652615&ot=family&oi=1263000283947275586&f=FibTFWRt8ncqZsYDWQP5LF5BI3oB5_LXK&ext=eyJ1dCI6MX0%3D&X-Amz-Signature=e6411f7091b621576bb8d7d909861b24af7ccc31534058ba5f922f9b3e3970f0",
"reason": null
}
},
{
"spider": "微观短剧",
"file": "/home/harold/workspace/atv-spiders/py/微观短剧.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.413,
"init": 0.029,
"home": 219.097,
"category": 275.267,
"detail": 318.424,
"player": 0.002,
"url_check": 193.166,
"total": 1007.016
},
"counts": {
"classes": 30,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "都市",
"vod_id": "110000044555935694",
"flag": "1080P",
"play_id": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778490635&sign=8ed8a07d229ab909d1ec0acbb4c90122"
},
"player": {
"parse": 0,
"url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778490635&sign=8ed8a07d229ab909d1ec0acbb4c90122",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778490635&sign=8ed8a07d229ab909d1ec0acbb4c90122",
"reason": null
}
},
{
"spider": "新韩剧网",
"file": "/home/harold/workspace/atv-spiders/py/新韩剧网.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.231,
"init": 0.0,
"home": 0.0,
"category": 2376.709,
"detail": 1735.055,
"player": 1704.59,
"url_check": 2664.439,
"total": 8481.589
},
"counts": {
"classes": 5,
"category_videos": 16,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "3559",
"flag": "在线云播",
"play_id": "3559_1_1"
},
"player": {
"parse": 0,
"url": "https://cdn.yzzyvip-29.com/20260201/16425_49d7d186/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://cdn.yzzyvip-29.com/20260201/16425_49d7d186/index.m3u8",
"reason": null
}
},
{
"spider": "星星短剧",
"file": "/home/harold/workspace/atv-spiders/py/星星短剧.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.203,
"init": 0.0,
"home": 0.0,
"category": 462.744,
"detail": 634.136,
"player": 0.003,
"url_check": 146.182,
"total": 1243.749
},
"counts": {
"classes": 5,
"category_videos": 10,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1287",
"vod_id": "422599939194881@@穿越诡计爱上你@@苏清韵为了给妹妹治病,卖身富豪被卓熙辰所救,答应卓熙辰的契约婚姻。苏清韵受到了爱慕卓熙辰的上官溪玲的疯狂攻击与算计,导致妹妹离世。苏清韵误会记恨卓熙辰因此拿刀伤了他,自己也被判入狱五年。",
"flag": "星星短剧",
"play_id": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8"
},
"player": {
"parse": 0,
"url": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8",
"reason": null
}
},
{
"spider": "木偶",
"file": "/home/harold/workspace/atv-spiders/py/木偶.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.307,
"init": 0.0,
"home": 0.0,
"category": 2160.795,
"detail": 2204.33,
"player": 0.008,
"url_check": 250.7,
"total": 4616.466
},
"counts": {
"classes": 7,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "25",
"vod_id": "/index.php/vod/detail/id/5094.html",
"flag": "a115#木偶",
"play_id": "https://115cdn.com/s/swf0zna36dh?password=p696"
},
"player": {
"parse": 0,
"url": "https://115cdn.com/s/swf0zna36dh?password=p696",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://115cdn.com/s/swf0zna36dh?password=p696",
"reason": null
}
},
{
"spider": "樱花动漫",
"file": "/home/harold/workspace/atv-spiders/py/樱花动漫.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 404",
"traceback": null,
"timings_ms": {
"module_load": 0.327,
"init": 0.001,
"home": 0.001,
"category": 4225.688,
"detail": 4583.181,
"player": 6593.55,
"url_check": 1925.021,
"total": 17328.695
},
"counts": {
"classes": 4,
"category_videos": 36,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "guoman",
"vod_id": "/detail/18554/",
"flag": "高清",
"play_id": "/play/18554-1-1/"
},
"player": {
"parse": 0,
"url": "https://v.lzcdn27.com/20260215/5293_35f4e89c/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 404,
"final_url": "https://v.lzcdn27.com/20260215/5293_35f4e89c/index.m3u8",
"reason": "HTTP 404"
}
},
{
"spider": "橘子TV",
"file": "/home/harold/workspace/atv-spiders/py/橘子TV.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.644,
"init": 2486.652,
"home": 2272.318,
"category": 2446.613,
"detail": 2698.253,
"player": 7589.623,
"url_check": 81.897,
"total": 17576.686
},
"counts": {
"classes": 8,
"category_videos": 18,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "50",
"vod_id": "394186",
"flag": "一起看APP",
"play_id": "25211703"
},
"player": {
"parse": 0,
"url": "https://ad.kpyy258.com/m3u87/share/7256561/7452333/20260503/185008/1080/index.m3u8?sign=8b8f3035f3fd40c60c2ce7926d39c9da&t=1778490653",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://ad.kpyy258.com/m3u87/share/7256561/7452333/20260503/185008/1080/index.m3u8?sign=8b8f3035f3fd40c60c2ce7926d39c9da&t=1778490653",
"reason": null
}
},
{
"spider": "欧歌",
"file": "/home/harold/workspace/atv-spiders/py/欧歌.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.428,
"init": 0.0,
"home": 0.0,
"category": 2734.26,
"detail": 1767.662,
"player": 0.006,
"url_check": 1572.261,
"total": 6075.092
},
"counts": {
"classes": 6,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/29913.html",
"flag": "baidu",
"play_id": "https://pan.baidu.com/s/1plecwmM4KBFNk_hU52nJIQ?pwd=8888"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1plecwmM4KBFNk_hU52nJIQ?pwd=8888",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=plecwmM4KBFNk_hU52nJIQ&pwd=8888",
"reason": null
}
},
{
"spider": "毒舌影视",
"file": "/home/harold/workspace/atv-spiders/py/毒舌影视.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTPSConnectionPool(host='cdn.yddsha2.com', port=443): Max retries exceeded with url: /m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8 (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": 0.341,
"init": 0.001,
"home": 2581.573,
"category": 2393.275,
"detail": 2462.777,
"player": 2647.886,
"url_check": 2671.682,
"total": 12758.022
},
"counts": {
"classes": 6,
"category_videos": 45,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "dsshiyidt/237954.html",
"flag": "秒播-在线播放",
"play_id": "dsshiyipy/237954-1-1.html"
},
"player": {
"parse": 0,
"url": "https://cdn.yddsha2.com/m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8",
"valid": false,
"reachable": false,
"status_code": null,
"final_url": "https://cdn.yddsha2.com/m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8",
"reason": "HTTPSConnectionPool(host='cdn.yddsha2.com', port=443): Max retries exceeded with url: /m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)')))"
}
},
{
"spider": "河马短剧",
"file": "/home/harold/workspace/atv-spiders/py/河马短剧.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.311,
"init": 0.001,
"home": 669.804,
"category": 654.787,
"detail": 1356.928,
"player": 0.026,
"url_check": 64.573,
"total": 2747.38
},
"counts": {
"classes": 10,
"category_videos": 10,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "462",
"vod_id": "/drama/41000186435@@听见胎宝心声后,我逆袭了",
"flag": "河马剧场",
"play_id": "https://dzzt-video.cbread.cn/620fddcdecb4360a618e381ed2e5f87d/6a02ec10/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4"
},
"player": {
"parse": 0,
"url": "https://dzzt-video.cbread.cn/620fddcdecb4360a618e381ed2e5f87d/6a02ec10/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://dzzt-video.cbread.cn/620fddcdecb4360a618e381ed2e5f87d/6a02ec10/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4",
"reason": null
}
},
{
"spider": "滴答影视",
"file": "/home/harold/workspace/atv-spiders/py/滴答影视.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.354,
"init": 0.001,
"home": 0.001,
"category": 1746.813,
"detail": 2031.323,
"player": 0.005,
"url_check": 209.789,
"total": 3988.853
},
"counts": {
"classes": 5,
"category_videos": 48,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "detail/2965",
"flag": "quark",
"play_id": "https://pan.quark.cn/s/98a640e2e3ee"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/98a640e2e3ee",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/98a640e2e3ee",
"reason": null
}
},
{
"spider": "潮流APP",
"file": "/home/harold/workspace/atv-spiders/py/潮流APP.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.292,
"init": 0.002,
"home": 129.602,
"category": 116.83,
"detail": 155.257,
"player": 309.107,
"url_check": 91.26,
"total": 803.345
},
"counts": {
"classes": 10,
"category_videos": 12,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "10",
"vod_id": "75722",
"flag": "线路二 (点击换线)",
"play_id": "75722@@0@@0"
},
"player": {
"parse": 0,
"url": "http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1778490641533&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=1778490641533&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8",
"reason": null
}
},
{
"spider": "爱奇艺",
"file": "/home/harold/workspace/atv-spiders/py/爱奇艺.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.606,
"init": 0.017,
"home": 3197.428,
"category": 1045.681,
"detail": 256.895,
"player": 0.002,
"url_check": 261.116,
"total": 4763.589
},
"counts": {
"classes": 11,
"category_videos": 48,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "pcw:1",
"vod_id": "pcw:1$3136167655271600",
"flag": "爱奇艺",
"play_id": "http://www.iqiyi.com/v_vd55wo89uk.html"
},
"player": {
"parse": 1,
"url": "http://www.iqiyi.com/v_vd55wo89uk.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://www.iqiyi.com/v_vd55wo89uk.html",
"reason": null
}
},
{
"spider": "爱看",
"file": "/home/harold/workspace/atv-spiders/py/爱看.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTPSConnectionPool(host='vv.jisuzyv.com', port=443): Max retries exceeded with url: /play/epY8RMra/index.m3u8 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))",
"traceback": null,
"timings_ms": {
"module_load": 0.248,
"init": 0.0,
"home": 0.001,
"category": 717.647,
"detail": 3736.443,
"player": 0.004,
"url_check": 1935.964,
"total": 6390.726
},
"counts": {
"classes": 2,
"category_videos": 24,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "/hot/index-movie-热门.html",
"vod_id": "/play/937669$$$世界的主人$$$https://img3.doubanio.com/view/photo/m_ratio_poster/public/p2924183583.jpg",
"flag": "js线路",
"play_id": "https://vv.jisuzyv.com/play/epY8RMra/index.m3u8"
},
"player": {
"parse": 0,
"url": "https://vv.jisuzyv.com/play/epY8RMra/index.m3u8",
"valid": false,
"reachable": false,
"status_code": null,
"final_url": "https://vv.jisuzyv.com/play/epY8RMra/index.m3u8",
"reason": "HTTPSConnectionPool(host='vv.jisuzyv.com', port=443): Max retries exceeded with url: /play/epY8RMra/index.m3u8 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)')))"
}
},
{
"spider": "独播库",
"file": "/home/harold/workspace/atv-spiders/py/独播库.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.248,
"init": 0.0,
"home": 0.001,
"category": 1818.492,
"detail": 1853.28,
"player": 1929.912,
"url_check": 1842.443,
"total": 7445.059
},
"counts": {
"classes": 6,
"category_videos": 48,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "index",
"vod_id": "143520",
"flag": "独播库",
"play_id": "143520-1-1"
},
"player": {
"parse": 0,
"url": "https://vid.dbokutv.com/20260416/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBsHgTcyo5xOy6ejP7DiStHqR2qmCIqmCp8nE44oGZakRN0q/chunklist.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://vid.dbokutv.com/20260416/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBsHgTcyo5xOy6ejP7DiStHqR2qmCIqmCp8nE44oGZakRN0q/chunklist.m3u8",
"reason": null
}
},
{
"spider": "玩偶哥哥",
"file": "/home/harold/workspace/atv-spiders/py/玩偶哥哥.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.257,
"init": 0.0,
"home": 0.0,
"category": 1965.963,
"detail": 1934.822,
"player": 0.004,
"url_check": 1160.996,
"total": 5062.408
},
"counts": {
"classes": 8,
"category_videos": 70,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/voddetail/124570.html",
"flag": "baidu#玩偶哥哥",
"play_id": "https://pan.baidu.com/s/1hbYaibe8p-HfdhIUP7vvFA?pwd=f8x5"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1hbYaibe8p-HfdhIUP7vvFA?pwd=f8x5",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=hbYaibe8p-HfdhIUP7vvFA&pwd=f8x5",
"reason": null
}
},
{
"spider": "玩偶聚合",
"file": "/home/harold/workspace/atv-spiders/py/玩偶聚合.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.35,
"init": 0.0,
"home": 0.064,
"category": 2046.197,
"detail": 2721.339,
"player": 0.002,
"url_check": 1184.763,
"total": 5953.172
},
"counts": {
"classes": 10,
"category_videos": 70,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "site_wanou",
"vod_id": "site:wanou:/voddetail/124263.html",
"flag": "baidu#玩偶",
"play_id": "https://pan.baidu.com/s/1wlGptZsrXaSU5zwTNON1MA?pwd=wogg"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1wlGptZsrXaSU5zwTNON1MA?pwd=wogg",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=wlGptZsrXaSU5zwTNON1MA&pwd=wogg",
"reason": null
}
},
{
"spider": "瓜子",
"file": "/home/harold/workspace/atv-spiders/py/瓜子.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.311,
"init": 0.001,
"home": 0.02,
"category": 2023.645,
"detail": 3864.409,
"player": 1895.99,
"url_check": 465.064,
"total": 8250.615
},
"counts": {
"classes": 5,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "128782",
"flag": "1080",
"play_id": "vod_d_id=128782&vurl_id=3323715&domain_type=8&resolution=1080&type=play"
},
"player": {
"parse": 0,
"url": "https://vd.hxcztech.com/1b506f5009a9b786d0fbe876b0cb3b0c/20260511171050/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://app.xn--55qx2ai23bz99b.cn/index.m3u8",
"reason": null
}
},
{
"spider": "百度短剧",
"file": "/home/harold/workspace/atv-spiders/py/百度短剧.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.259,
"init": 0.0,
"home": 496.268,
"category": 246.073,
"detail": 1063.803,
"player": 222.068,
"url_check": 89.367,
"total": 2118.693
},
"counts": {
"classes": 29,
"category_videos": 9,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "3",
"vod_id": "9626395189336331475",
"flag": "百度短剧",
"play_id": "5228077877184398747|||9626395189336331475"
},
"player": {
"parse": 0,
"url": "http://vd3.bdstatic.com/mda-rh54j6is12ydd0q3/1080p/mv_cae264_backtrack_1080p_normal/1754453773225130912/mda-rh54j6is12ydd0q3.mp4?v_from_s=haokan-ui-video-hna",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://vd3.bdstatic.com/mda-rh54j6is12ydd0q3/1080p/mv_cae264_backtrack_1080p_normal/1754453773225130912/mda-rh54j6is12ydd0q3.mp4?v_from_s=haokan-ui-video-hna",
"reason": null
}
},
{
"spider": "盘Ta",
"file": "/home/harold/workspace/atv-spiders/py/盘Ta.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.384,
"init": 0.001,
"home": 320.767,
"category": 251.591,
"detail": 273.186,
"player": 0.024,
"url_check": 168.526,
"total": 1015.098
},
"counts": {
"classes": 8,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "?tagId=39765285016165",
"vod_id": "thread?topicId=264430",
"flag": "yd",
"play_id": "https://yun.139.com/shareweb/%23/w/i/2sUfBKpu5QBqz"
},
"player": {
"parse": 0,
"url": "https://yun.139.com/shareweb/#/w/i/2sUfBKpu5QBqz",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://yun.139.com/shareweb/#/w/i/2sUfBKpu5QBqz",
"reason": null
}
},
{
"spider": "盘尊社区",
"file": "/home/harold/workspace/atv-spiders/py/盘尊社区.py",
"success": false,
"failed_stage": "detail",
"error": "详情缺少播放源或播放列表",
"traceback": null,
"timings_ms": {
"module_load": 0.502,
"init": 0.001,
"home": 0.001,
"category": 2412.858,
"detail": 2348.675,
"player": 0.0,
"url_check": 0.0,
"total": 4763.575
},
"counts": {
"classes": 4,
"category_videos": 20,
"detail_videos": 1,
"episodes": 0
},
"samples": {
"tid": "movies",
"vod_id": "3023",
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "盘聚",
"file": "/home/harold/workspace/atv-spiders/py/盘聚.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.474,
"init": 0.001,
"home": 0.001,
"category": 1807.077,
"detail": 1986.986,
"player": 1967.209,
"url_check": 1580.798,
"total": 7343.014
},
"counts": {
"classes": 4,
"category_videos": 20,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "/",
"vod_id": "/movies/134742/",
"flag": "baidu1",
"play_id": "push://https://www.seedhub.cc/link_start/?redirect_to=pan_id_571535&movie_title=❤️❤️❤️【飞驰人生3】【4K 1080P】更新于 ✅ 今天"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1NiQJW0DJBw8FR_Y1_k8Yig?pwd=ojmk",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=NiQJW0DJBw8FR_Y1_k8Yig&pwd=ojmk",
"reason": null
}
},
{
"spider": "短剧优选",
"file": "/home/harold/workspace/atv-spiders/py/短剧优选.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.962,
"init": 597.563,
"home": 4016.486,
"category": 930.795,
"detail": 490.373,
"player": 0.003,
"url_check": 68.883,
"total": 6105.836
},
"counts": {
"classes": 11,
"category_videos": 74,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "七猫",
"vod_id": "七猫@24333",
"flag": "七猫短剧",
"play_id": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8"
},
"player": {
"parse": 0,
"url": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8",
"reason": null
}
},
{
"spider": "短剧网",
"file": "/home/harold/workspace/atv-spiders/py/短剧网.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 1.561,
"init": 0.002,
"home": 0.001,
"category": 2732.715,
"detail": 961.585,
"player": 0.01,
"url_check": 245.586,
"total": 3942.963
},
"counts": {
"classes": 2,
"category_videos": 20,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "https://sm3.cc/?id=49870",
"flag": "quark",
"play_id": "https://pan.quark.cn/s/5be7fea2409f"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/5be7fea2409f",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/5be7fea2409f",
"reason": null
}
},
{
"spider": "糯米",
"file": "/home/harold/workspace/atv-spiders/py/糯米.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.492,
"init": 0.001,
"home": 311.322,
"category": 671.536,
"detail": 273.101,
"player": 407.593,
"url_check": 764.978,
"total": 2430.785
},
"counts": {
"classes": 7,
"category_videos": 81,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "/vod-type-id-1-pg-1.html",
"vod_id": "/vod-detail-id-90063.html",
"flag": "uvw",
"play_id": "/vod-play-id-90063-src-1-num-1.html"
},
"player": {
"parse": 0,
"url": "https://vip.123pan.cn/1853039965/dy/东北往事极恶不赦.m3u8",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://vip.123pan.cn/1853039965/dy/%E4%B8%9C%E5%8C%97%E5%BE%80%E4%BA%8B%E6%9E%81%E6%81%B6%E4%B8%8D%E8%B5%A6.m3u8",
"reason": null
}
},
{
"spider": "红果短剧",
"file": "/home/harold/workspace/atv-spiders/py/红果短剧.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 0.324,
"init": 0.0,
"home": 0.0,
"category": 280.752,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 281.227
},
"counts": {
"classes": 60,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "逆袭",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "网易云音乐",
"file": "/home/harold/workspace/atv-spiders/py/网易云音乐.py",
"success": false,
"failed_stage": "unexpected",
"error": "Expecting value: line 1 column 1 (char 0)",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/models.py\", line 978, in json\n return complexjson.loads(self.text, **kwargs)\n ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/__init__.py\", line 352, in loads\n return _default_decoder.decode(s)\n ~~~~~~~~~~~~~~~~~~~~~~~^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/decoder.py\", line 345, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^\n File \"/home/harold/.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/json/decoder.py\", line 363, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\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 417, in validate_spider_file\n player_result = _run_timed(result[\"timings_ms\"], \"player\", spider.playerContent, clock, play[\"flag\"], play[\"play_id\"], [])\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/网易云音乐.py\", line 124, in playerContent\n data = detail.json()\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/requests/models.py\", line 982, in json\n raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)\nrequests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n",
"timings_ms": {
"module_load": 0.396,
"init": 0.0,
"home": 641.674,
"category": 792.805,
"detail": 0.015,
"player": 206.878,
"url_check": 0.0,
"total": 1645.789
},
"counts": {
"classes": 62,
"category_videos": 100,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "/discover/toplist?id=19723756",
"vod_id": "2701139855@颜色@Gareth.T👉MV",
"flag": "网易云音乐",
"play_id": "2701139855"
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "耐视点播",
"file": "/home/harold/workspace/atv-spiders/py/耐视点播.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 0.256,
"init": 0.0,
"home": 0.0,
"category": 5322.424,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 5323.242
},
"counts": {
"classes": 6,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "1",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "腾讯视频",
"file": "/home/harold/workspace/atv-spiders/py/腾讯视频.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.811,
"init": 0.0,
"home": 1089.638,
"category": 311.391,
"detail": 822.089,
"player": 0.003,
"url_check": 282.163,
"total": 2507.379
},
"counts": {
"classes": 7,
"category_videos": 12,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "choice",
"vod_id": "choice$mzc002009g0nh88",
"flag": "腾讯视频",
"play_id": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html"
},
"player": {
"parse": 1,
"url": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html",
"reason": null
}
},
{
"spider": "至臻",
"file": "/home/harold/workspace/atv-spiders/py/至臻.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.366,
"init": 0.001,
"home": 0.001,
"category": 3266.223,
"detail": 1745.511,
"player": 0.007,
"url_check": 264.156,
"total": 5276.972
},
"counts": {
"classes": 7,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/20384.html",
"flag": "quark#至臻",
"play_id": "https://pan.quark.cn/s/b3e194803b59"
},
"player": {
"parse": 0,
"url": "https://pan.quark.cn/s/b3e194803b59",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.quark.cn/s/b3e194803b59",
"reason": null
}
},
{
"spider": "芒果",
"file": "/home/harold/workspace/atv-spiders/py/芒果.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.441,
"init": 0.0,
"home": 0.001,
"category": 396.091,
"detail": 517.341,
"player": 0.001,
"url_check": 412.595,
"total": 1327.128
},
"counts": {
"classes": 7,
"category_videos": 80,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "2",
"vod_id": "24296403",
"flag": "芒果",
"play_id": "https://www.mgtv.com/b/731684/24256393.html"
},
"player": {
"parse": 1,
"url": "https://www.mgtv.com/b/731684/24256393.html",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://www.mgtv.com/b/731684/24256393.html",
"reason": null
}
},
{
"spider": "茶杯狐",
"file": "/home/harold/workspace/atv-spiders/py/茶杯狐.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 1.045,
"init": 0.001,
"home": 3913.676,
"category": 1375.842,
"detail": 1140.997,
"player": 2160.33,
"url_check": 3781.487,
"total": 12374.187
},
"counts": {
"classes": 4,
"category_videos": 35,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "detail/video/120980",
"flag": "FF有广",
"play_id": "play/120980-1-1"
},
"player": {
"parse": 0,
"url": "https://vip.ffzy-plays.com/20260511/53449_d36f905d/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://vip.ffzy-plays.com/20260511/53449_d36f905d/index.m3u8",
"reason": "HTTP 403"
}
},
{
"spider": "虎斑",
"file": "/home/harold/workspace/atv-spiders/py/虎斑.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.506,
"init": 0.001,
"home": 0.001,
"category": 2083.173,
"detail": 2725.291,
"player": 0.021,
"url_check": 910.29,
"total": 5720.616
},
"counts": {
"classes": 6,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/460085.html",
"flag": "baidu#虎斑",
"play_id": "https://pan.baidu.com/s/1aTT5yy3QuYPxWz-s4vz4aA?pwd=b5b5"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1aTT5yy3QuYPxWz-s4vz4aA?pwd=b5b5",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=aTT5yy3QuYPxWz-s4vz4aA&pwd=b5b5",
"reason": null
}
},
{
"spider": "蜡笔",
"file": "/home/harold/workspace/atv-spiders/py/蜡笔.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.38,
"init": 0.0,
"home": 0.001,
"category": 3326.634,
"detail": 799.045,
"player": 0.013,
"url_check": 1019.965,
"total": 5146.577
},
"counts": {
"classes": 7,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "29",
"vod_id": "/index.php/vod/detail/id/11277.html",
"flag": "baidu#蜡笔",
"play_id": "https://pan.baidu.com/s/1NiPgbk9_FIhSYfmGm-Cqxg?pwd=q5m6"
},
"player": {
"parse": 0,
"url": "https://pan.baidu.com/s/1NiPgbk9_FIhSYfmGm-Cqxg?pwd=q5m6",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://pan.baidu.com/share/init?surl=NiPgbk9_FIhSYfmGm-Cqxg&pwd=q5m6",
"reason": null
}
},
{
"spider": "袋鼠影视",
"file": "/home/harold/workspace/atv-spiders/py/袋鼠影视.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 404",
"traceback": null,
"timings_ms": {
"module_load": 0.529,
"init": 0.0,
"home": 0.001,
"category": 1286.589,
"detail": 832.225,
"player": 856.295,
"url_check": 1475.63,
"total": 4453.057
},
"counts": {
"classes": 4,
"category_videos": 36,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "movie/index414325",
"flag": "蓝光专线4",
"play_id": "play/414325-0-0"
},
"player": {
"parse": 0,
"url": "https://v10.baofeng10.com/video/xiangxinwojiaxianzhizhenmianmu/5d222521d913/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 404,
"final_url": "https://v10.baofeng10.com/video/xiangxinwojiaxianzhizhenmianmu/5d222521d913/index.m3u8",
"reason": "HTTP 404"
}
},
{
"spider": "路漫漫",
"file": "/home/harold/workspace/atv-spiders/py/路漫漫.py",
"success": false,
"failed_stage": "unexpected",
"error": "HTTPSConnectionPool(host='yun.92cj.com', port=443): Max retries exceeded with url: /yunbox/?type=vxdev&vid=1071_0bc354askaabemajexgxvfus53yeexxqcjka&referer=https://www.lmm85.com/play/8030_1_1.html (Caused by ConnectTimeoutError(<HTTPSConnection(host='yun.92cj.com', port=443) at 0x7ed5b76b9e50>, 'Connection to yun.92cj.com timed out. (connect timeout=15)'))",
"traceback": "Traceback (most recent call last):\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/connection.py\", line 204, in _new_conn\n sock = connection.create_connection(\n (self._dns_host, self.port),\n ...<2 lines>...\n socket_options=self.socket_options,\n )\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/connection.py\", line 85, in create_connection\n raise err\n File \"/home/harold/workspace/atv-spiders/py/.venv/lib/python3.14/site-packages/urllib3/util/connection.py\", line 73, in create_connection\n sock.connect(sa)\n ~~~~~~~~~~~~^^^^\nTimeoutError: timed out\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/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\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 759, in connect\n self.sock = sock = self._new_conn()\n ~~~~~~~~~~~~~~^^\nurllib3.exceptions.ConnectTimeoutError: (<HTTPSConnection(host='yun.92cj.com', port=443) at 0x7ed5b76b9e50>, 'Connection to yun.92cj.com timed out. (connect timeout=15)')\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='yun.92cj.com', port=443): Max retries exceeded with url: /yunbox/?type=vxdev&vid=1071_0bc354askaabemajexgxvfus53yeexxqcjka&referer=https://www.lmm85.com/play/8030_1_1.html (Caused by ConnectTimeoutError(<HTTPSConnection(host='yun.92cj.com', port=443) at 0x7ed5b76b9e50>, 'Connection to yun.92cj.com timed out. (connect timeout=15)'))\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 417, in validate_spider_file\n player_result = _run_timed(result[\"timings_ms\"], \"player\", spider.playerContent, clock, play[\"flag\"], play[\"play_id\"], [])\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/路漫漫.py\", line 315, in playerContent\n real_url = self._resolve_player_url(player, play_page_url)\n File \"/home/harold/workspace/atv-spiders/py/路漫漫.py\", line 290, in _resolve_player_url\n iframe_html = self._get_html(parser_page_url, headers={\"Referer\": play_page_url})\n File \"/home/harold/workspace/atv-spiders/py/路漫漫.py\", line 80, in _get_html\n response = self.fetch(url, headers=request_headers, timeout=15, verify=False)\nrequests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='yun.92cj.com', port=443): Max retries exceeded with url: /yunbox/?type=vxdev&vid=1071_0bc354askaabemajexgxvfus53yeexxqcjka&referer=https://www.lmm85.com/play/8030_1_1.html (Caused by ConnectTimeoutError(<HTTPSConnection(host='yun.92cj.com', port=443) at 0x7ed5b76b9e50>, 'Connection to yun.92cj.com timed out. (connect timeout=15)'))\n",
"timings_ms": {
"module_load": 0.41,
"init": 0.001,
"home": 0.001,
"category": 1424.392,
"detail": 1228.133,
"player": 17185.342,
"url_check": 0.0,
"total": 19841.955
},
"counts": {
"classes": 6,
"category_videos": 20,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "6",
"vod_id": "detail/8030.html",
"flag": "播放节点列表X dev云播 聚合线路",
"play_id": "play/8030_1_1.html"
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "酷我听书",
"file": "/home/harold/workspace/atv-spiders/py/酷我听书.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 0.336,
"init": 0.0,
"home": 409.861,
"category": 117.996,
"detail": 3681.574,
"player": 140.531,
"url_check": 157.23,
"total": 4508.909
},
"counts": {
"classes": 4,
"category_videos": 21,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "2",
"vod_id": "13492273",
"flag": "酷我听书",
"play_id": "free|94448942"
},
"player": {
"parse": 0,
"url": "http://lv.sycdn.kuwo.cn/5612796c8193285bc329505fefb096e2/6a019d1e/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": false,
"reachable": false,
"status_code": 403,
"final_url": "http://lv.sycdn.kuwo.cn/5612796c8193285bc329505fefb096e2/6a019d1e/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": "HTTP 403"
}
},
{
"spider": "酷狗音乐",
"file": "/home/harold/workspace/atv-spiders/py/酷狗音乐.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 2.274,
"init": 595.138,
"home": 333.298,
"category": 424.618,
"detail": 386.1,
"player": 413.489,
"url_check": 54.21,
"total": 2210.431
},
"counts": {
"classes": 12,
"category_videos": 15,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "recommend",
"vod_id": "330023250",
"flag": "酷狗音乐",
"play_id": "330023250"
},
"player": {
"parse": 0,
"url": "http://fsdg360.tx.kugou.com/202605111710/22d256027c87066e295611461503e1ad/v3/fe31adeed5e32b5c8716be52c9be5109/yp/p_0_960115/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx330023250_qu128_s2916735058.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "http://fsdg360.tx.kugou.com/202605111710/22d256027c87066e295611461503e1ad/v3/fe31adeed5e32b5c8716be52c9be5109/yp/p_0_960115/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx330023250_qu128_s2916735058.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3",
"reason": null
}
},
{
"spider": "金牌",
"file": "/home/harold/workspace/atv-spiders/py/金牌.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.294,
"init": 0.0,
"home": 1484.044,
"category": 250.542,
"detail": 266.013,
"player": 269.784,
"url_check": 577.796,
"total": 2849.851
},
"counts": {
"classes": 4,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "143230",
"flag": "金牌线路",
"play_id": "143230@1271963"
},
"player": {
"parse": 0,
"url": "https://ppvod011.blbtgg.com/splitOut/20260318/1267932/V20260318194542050871267932/index.m3u8?auth_key=1778490653-3b9338fdda634eebb6f902134635edfd-0-de8083f485cb88dbd34c4cb2d1019597",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://ppvod011.blbtgg.com/splitOut/20260318/1267932/V20260318194542050871267932/index.m3u8?auth_key=1778490653-3b9338fdda634eebb6f902134635edfd-0-de8083f485cb88dbd34c4cb2d1019597",
"reason": null
}
},
{
"spider": "闪电",
"file": "/home/harold/workspace/atv-spiders/py/闪电.py",
"success": true,
"failed_stage": null,
"error": null,
"traceback": null,
"timings_ms": {
"module_load": 0.313,
"init": 0.0,
"home": 0.0,
"category": 1152.498,
"detail": 2436.956,
"player": 0.009,
"url_check": 816.983,
"total": 4407.361
},
"counts": {
"classes": 5,
"category_videos": 72,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/index.php/vod/detail/id/185332.html",
"flag": "uc#闪电",
"play_id": "https://drive.uc.cn/s/e145774bc14b4?public=1"
},
"player": {
"parse": 0,
"url": "https://drive.uc.cn/s/e145774bc14b4?public=1",
"valid": true,
"reachable": true,
"status_code": 200,
"final_url": "https://drive.uc.cn/s/e145774bc14b4?public=1",
"reason": null
}
},
{
"spider": "雷鲸",
"file": "/home/harold/workspace/atv-spiders/py/雷鲸.py",
"success": false,
"failed_stage": "detail",
"error": "详情缺少播放源或播放列表",
"traceback": null,
"timings_ms": {
"module_load": 0.688,
"init": 0.001,
"home": 0.002,
"category": 3194.571,
"detail": 979.23,
"player": 0.0,
"url_check": 0.0,
"total": 4174.826
},
"counts": {
"classes": 7,
"category_videos": 30,
"detail_videos": 1,
"episodes": 0
},
"samples": {
"tid": "42204681950354",
"vod_id": "66230",
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "飞快TV",
"file": "/home/harold/workspace/atv-spiders/py/飞快TV.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 404",
"traceback": null,
"timings_ms": {
"module_load": 0.292,
"init": 0.0,
"home": 0.001,
"category": 3900.037,
"detail": 4108.74,
"player": 3015.682,
"url_check": 1078.246,
"total": 12103.471
},
"counts": {
"classes": 4,
"category_videos": 40,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "/voddetail/238905.html",
"flag": "高清21",
"play_id": "/vodplay/238905-2-1.html"
},
"player": {
"parse": 0,
"url": "https://v10.baofeng10.com/video/mafukazhenshishenhua/2c2d27d77672/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 404,
"final_url": "https://v10.baofeng10.com/video/mafukazhenshishenhua/2c2d27d77672/index.m3u8",
"reason": "HTTP 404"
}
},
{
"spider": "高清猫",
"file": "/home/harold/workspace/atv-spiders/py/高清猫.py",
"success": false,
"failed_stage": "category",
"error": "分类视频列表为空",
"traceback": null,
"timings_ms": {
"module_load": 0.467,
"init": 0.0,
"home": 0.005,
"category": 1059.542,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1060.648
},
"counts": {
"classes": 12,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "1",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "魔方APP",
"file": "/home/harold/workspace/atv-spiders/py/魔方APP.py",
"success": false,
"failed_stage": "home",
"error": "分类列表为空",
"traceback": null,
"timings_ms": {
"module_load": 1.44,
"init": 0.005,
"home": 1566.434,
"category": 0.0,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 1568.404
},
"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": "",
"reason": null
}
},
{
"spider": "麦田影院",
"file": "/home/harold/workspace/atv-spiders/py/麦田影院.py",
"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 376, in validate_spider_file\n category_result = _run_timed(result[\"timings_ms\"], \"category\", spider.categoryContent, clock, tid, \"1\", False, {})\n File \"/home/harold/workspace/atv-spiders/py/validate_spiders.py\", line 154, in _run_timed\n return func(*args, **kwargs)\n File \"/home/harold/workspace/atv-spiders/py/麦田影院.py\", line 101, in categoryContent\n items = self._parse_cards(self._request_html(url))\n ~~~~~~~~~~~~~~~~~~^^^^^\n File \"/home/harold/workspace/atv-spiders/py/麦田影院.py\", line 68, in _request_html\n response = self.fetch(target, headers=headers, timeout=10)\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",
"timings_ms": {
"module_load": 0.534,
"init": 0.001,
"home": 0.002,
"category": 2383.976,
"detail": 0.0,
"player": 0.0,
"url_check": 0.0,
"total": 2386.088
},
"counts": {
"classes": 6,
"category_videos": 0,
"detail_videos": 0,
"episodes": 0
},
"samples": {
"tid": "1",
"vod_id": null,
"flag": null,
"play_id": null
},
"player": {
"parse": null,
"url": "",
"valid": false,
"reachable": null,
"status_code": null,
"final_url": "",
"reason": null
}
},
{
"spider": "黑猫APP",
"file": "/home/harold/workspace/atv-spiders/py/黑猫APP.py",
"success": false,
"failed_stage": "url_check",
"error": "HTTP 403",
"traceback": null,
"timings_ms": {
"module_load": 1.97,
"init": 0.008,
"home": 976.208,
"category": 1054.528,
"detail": 909.409,
"player": 0.016,
"url_check": 3288.957,
"total": 6233.171
},
"counts": {
"classes": 5,
"category_videos": 30,
"detail_videos": 1,
"episodes": 1
},
"samples": {
"tid": "1",
"vod_id": "93634",
"flag": "🐈‍⬛标清线路2",
"play_id": "标清线路3@@direct@@,https://vip.ffzy-plays.com/20260511/53448_da254751/index.m3u8,token+,1,0"
},
"player": {
"parse": 0,
"url": "https://vip.ffzy-plays.com/20260511/53448_da254751/index.m3u8",
"valid": false,
"reachable": false,
"status_code": 403,
"final_url": "https://vip.ffzy-plays.com/20260511/53448_da254751/index.m3u8",
"reason": "HTTP 403"
}
}
]
}
+108
View File
@@ -0,0 +1,108 @@
# 爬虫校验报告
- 生成时间: 2026-05-11T17:10:23+08:00
- 爬虫目录: /home/harold/workspace/atv-spiders/py
- 输出目录: /home/harold/workspace/tvbox-resources
- 并发线程数: 16
- 总耗时(ms): 119638.799
- 总数: 80
- 成功: 49
- 失败: 31
## 阶段失败统计
| 阶段 | 数量 |
| --- | ---: |
| 模块加载 | 0 |
| 初始化 | 0 |
| 首页分类 | 1 |
| 分类列表 | 7 |
| 视频详情 | 2 |
| 播放地址 | 0 |
| 地址校验 | 13 |
| 未预期异常 | 8 |
## 明细结果
| 爬虫 | 状态 | 失败阶段 | 总耗时 | 模块加载 | 初始化 | 首页分类 | 分类列表 | 视频详情 | 播放地址 | 地址校验 | 返回地址 | 错误信息 |
| --- | --- | --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | --- | --- |
| 4K指南 | 成功 | | 5344.507 | 17.7 | 0.001 | 0.002 | 2660.484 | 2280.341 | 0.004 | 385.011 | https://pan.quark.cn/s/e0726c4989dc | |
| AAZ音乐 | 失败 | 未预期异常 | 10074.438 | 17.423 | 0.001 | 10028.16 | 0.0 | 0.0 | 0.0 | 0.0 | | HTTPSConnectionPool(host='www.aaz.cx', port=443): Read timed out. (read timeout=10) |
| Atvp | 失败 | 未预期异常 | 73.173 | 72.372 | 0.004 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | | Atvp source is empty |
| PPnix | 成功 | | 7106.631 | 65.187 | 0.001 | 0.001 | 2262.119 | 3083.889 | 0.008 | 1694.224 | https://www.ppnix.com/info/m3u8/8138/1080P.m3u8 | |
| QQ音乐 | 成功 | | 1539.353 | 20.256 | 0.012 | 0.006 | 570.962 | 438.974 | 338.857 | 131.873 | https://isure.stream.qqmusic.qq.com/F0000040rOp00lZYHC.flac?guid=d1d14732c38bd66eeadacc2d8ff5fcb4&vkey=BB5B6CF95B250327CC9E477ACC50C9C5687E94B828385BC82371DE3FBD850EF465BA488BBDBE33F67CEBA29C29E744888AAE672E1F5E0F7D__v2b9abc83&uin=1152921504846230218&fromtag=119114&redirect=1 | |
| UVod | 失败 | 地址校验 | 12378.98 | 69.565 | 1987.885 | 1975.607 | 2343.672 | 2091.091 | 2169.561 | 1740.646 | https://file-endpoint33.oledsa.com/content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033 | HTTPSConnectionPool(host='file-endpoint33.oledsa.com', port=443): Max retries exceeded with url: /content/dy-ljwl-shd-20260509-01.mp4/index.m3u8?st=qH_X1RSF4qZyeNYIpj7ZtA&e=1778505033 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)'))) |
| libvio | 失败 | 分类列表 | 1967.408 | 16.488 | 0.001 | 0.001 | 1908.987 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| youknow | 成功 | | 13688.334 | 16.395 | 0.001 | 0.001 | 3338.09 | 2753.518 | 3187.774 | 4391.155 | https://vip.dytt-tvs.com/20260504/18941_6de7c6c7/index.m3u8 | |
| youtube | 失败 | 分类列表 | 2361.287 | 18.493 | 0.004 | 0.038 | 2304.756 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 七味 | 成功 | | 119632.475 | 14.132 | 0.001 | 0.001 | 2346.679 | 2386.864 | 112577.81 | 2277.683 | https://www.pcmp4.com/py/94740-3-1.html | |
| 不太灵 | 失败 | 未预期异常 | 19328.681 | 17.384 | 0.0 | 3384.368 | 4081.81 | 11817.689 | 0.0 | 0.0 | | HTTPSConnectionPool(host='web5.mukaku.com', port=443): Read timed out. (read timeout=10) |
| 世纪音乐 | 失败 | 地址校验 | 816.452 | 17.806 | 0.001 | 227.761 | 170.164 | 149.176 | 0.004 | 227.388 | https://www.4c44.com/data/down.php?ac=music&id=ydektetnwt | HTTP 403 |
| 两个BT | 成功 | | 10128.089 | 22.541 | 0.001 | 0.001 | 2191.119 | 1889.955 | 3860.313 | 2129.916 | https://zijieapi.douyinbyte.com/m3u8/dd0ca2ca11fcbf34e0a0d769ad4f7180.m3u8 | |
| 乌云影视 | 成功 | | 16802.496 | 17.832 | 0.001 | 1998.449 | 1865.778 | 6420.111 | 0.019 | 6475.186 | https://d1jdnmkc1n5cn4.cloudfront.net/gen_overseas/https://s2.bfllvip.com/video/yanxiaxing/a6ef854c0c1f/index.m3u8 | |
| 乐兔 | 失败 | 未预期异常 | 10112.521 | 18.663 | 0.001 | 0.001 | 10055.307 | 0.0 | 0.0 | 0.0 | | HTTPSConnectionPool(host='www.letu.me', port=443): Read timed out. (read timeout=10) |
| 二小 | 成功 | | 7347.559 | 16.995 | 0.001 | 0.002 | 4279.469 | 1821.681 | 0.003 | 1191.757 | https://pan.baidu.com/s/1aWSIgHVAv9PM6LOEZh6V6A?pwd=byd2 | |
| 人人电影 | 失败 | 分类列表 | 2533.483 | 0.311 | 0.0 | 0.0 | 2533.035 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 人人视频 | 失败 | 地址校验 | 1304.824 | 0.464 | 0.001 | 170.11 | 282.136 | 266.305 | 400.622 | 184.437 | https://a3fkpcuk2gkkpmr.302.fledgecloud.com:56782/zj-302-cdn.bwcgee.cn/60b815c142c671f1ac975017e1f90402/30ffc804ae454cdaa23c4518d492908d-0e6b5348788a46aeb1399e154ae316e5-ld.mp4?auth_key=1778505024-9f17513aa51246e1aeadbb6cc366a44b-0-43911a33a7f86f318b20e637b4037277&clientType=web_pc&clientVersion=1.0.0&parseUsage=PLAY&uid=0&rk=f89bf47c27dd4c368672508de12e4fba&hevc=false&seasonId=57181 | HTTP 403 |
| 优酷 | 成功 | | 1217.888 | 0.664 | 0.001 | 0.005 | 317.963 | 606.218 | 0.004 | 292.336 | https://v.youku.com/v_show/id_XNjUxODQ1MzE1Ng==.html | |
| 低端影视 | 成功 | | 5574.101 | 0.285 | 0.001 | 0.001 | 2564.216 | 2851.391 | 0.008 | 157.743 | https://hn.bfvvs.com/play/eXDLzQVe/index.m3u8 | |
| 修罗 | 失败 | 地址校验 | 11690.627 | 0.381 | 0.0 | 0.001 | 2640.12 | 1754.044 | 4849.278 | 2445.878 | https://v.xlys.ltd.ua/obj/0D064C8B0DB542E409CC060C12EE6D2B1B98DF19BF0AD5DC7172E25F4B598C9F | HTTP 403 |
| 凡客TV | 成功 | | 21636.188 | 0.32 | 0.001 | 0.001 | 9894.193 | 2649.695 | 4864.94 | 4226.681 | https://fktv.me/ysapi/m3u8/p/59a97924eaa4a4151f13a9dd67ce4eb5.m3u8 | |
| 剧圈圈 | 成功 | | 21260.891 | 0.383 | 0.0 | 0.0 | 3478.571 | 3425.806 | 10492.766 | 3862.906 | https://www.jqqzx.cc/play/62945-3-1.html | |
| 剧迷 | 失败 | 地址校验 | 9947.721 | 0.288 | 0.0 | 0.001 | 2100.19 | 2347.027 | 2691.178 | 2808.546 | https://vip.dytt-see.com/20260505/36518_39a596c5/index.m3u8 | HTTP 403 |
| 博看听书 | 成功 | | 4411.36 | 0.254 | 0.0 | 3232.842 | 291.111 | 812.366 | 0.002 | 74.467 | http://audio.bookan.com.cn/video1/audio/20200706001/aache64_133068a2.m4a | |
| 厂长资源 | 失败 | 分类列表 | 7747.136 | 0.638 | 0.104 | 0.001 | 7746.067 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 双星 | 成功 | | 1007.144 | 0.506 | 396.22 | 0.005 | 204.168 | 181.953 | 0.004 | 223.476 | https://pan.quark.cn/s/aefc43744bd3 | |
| 听书 | 成功 | | 1283.022 | 0.916 | 80.295 | 0.001 | 195.69 | 496.89 | 406.995 | 101.476 | http://audiopay.cos.tx.xmcdn.com/download/1.0.0/storages/b817-audiopay/16/AA/GKwRIaIGGaRGADgE-gEx_hMS-aacv2-48K.m4a?sign=602865530bda687fcb9dde202e1f0eee&buy_key=FM&token=3113&timestamp=1778490631&duration=453 | |
| 听友FM | 成功 | | 13990.886 | 0.888 | 0.001 | 2656.299 | 2968.287 | 3792.749 | 4392.468 | 179.198 | https://file.hgeuz.cn/stream/eJwANwDI_wJVZgVKIIrU0ECux-GJ1PSt38ahythCqsH-r9TAQ4rj5F94rOjbQKjk063xyIX2z3hfeGcIHF4BAAD__5DtISY.?ts=1778488205&sign=625c3a14e1a6c8df8d4d35663d542452 | |
| 四万影视 | 失败 | 未预期异常 | 1764.933 | 0.283 | 0.0 | 0.0 | 1762.742 | 0.0 | 0.0 | 0.0 | | HTTPSConnectionPool(host='40000.me', port=443): Max retries exceeded with url: /api/maccms?ac=detail&t=20&pg=1&by=time (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1081)'))) |
| 在线之家 | 成功 | | 9433.115 | 0.332 | 0.0 | 0.0 | 2317.623 | 4245.068 | 2609.814 | 259.753 | https://media-sxty-fy-corp.sx3oss.ctyunxs.cn/CORPCLOUD/f076ccf5-a095-45a2-b086-cbf66f4aa40d.mp4?response-content-disposition=attachment%3Bfilename%3D%22%E9%93%81%E8%A1%80%E6%88%98%E5%A3%AB%E6%9D%80%E6%88%AE%E4%B9%8B%E5%9C%B02025HD1080P.mp4%22%3Bfilename*%3DUTF-8%27%27%25E9%2593%2581%25E8%25A1%2580%25E6%2588%2598%25E5%25A3%25AB%25E6%259D%2580%25E6%2588%25AE%25E4%25B9%258B%25E5%259C%25B02025HD1080P.mp4&x-amz-CLIENTNETWORK=UNKNOWN&x-amz-CLOUDTYPEIN=CORP&x-amz-CLIENTTYPEIN=UNKNOWN&Signature=/nJLhyEJivvBkuxOJdnCRWWa4yE%3D&AWSAccessKeyId=0Lg7dAq3ZfHvePP8DKEU&Expires=1778499884&x-amz-limitrate=102400&response-content-type=video/mp4&x-amz-FSIZE=2183471772&x-amz-UID=10000004591358&x-amz-UFID=31374317010337932 | |
| 多多 | 成功 | | 1953.537 | 0.285 | 0.0 | 0.0 | 574.088 | 421.346 | 0.003 | 957.271 | https://pan.baidu.com/s/1tCpt9UMVoL9OxQyvpKUYZA?pwd=yyds | |
| 奕搜 | 成功 | | 5198.321 | 0.265 | 0.0 | 0.0 | 2685.5 | 2263.231 | 0.016 | 248.626 | https://pan.quark.cn/s/e5345bdd71f6 | |
| 如意资源 | 成功 | | 10842.419 | 0.322 | 0.0 | 0.006 | 5974.547 | 2326.115 | 0.004 | 2540.887 | https://svip.ryiplay18.com/20260508/6294_cfc8934f/index.m3u8 | |
| 布布影视 | 成功 | | 7247.213 | 0.298 | 0.0 | 0.0 | 2130.924 | 2141.733 | 2629.582 | 344.051 | https://c167-obsdaz-ykj-01.obs.dualstack.cidc-rp-2006.joint.cmecloud.cn/1810c8ff2a78456b9348fadfe7ab0fd0086?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%274K.mp4&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260511T091040Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=AH4RWOMWLEL7ROYSF2S5%2F20260511%2Fcidc-rp-2006%2Fs3%2Faws4_request&t=2&u=1261698636582652615&ot=family&oi=1263000283947275586&f=FibTFWRt8ncqZsYDWQP5LF5BI3oB5_LXK&ext=eyJ1dCI6MX0%3D&X-Amz-Signature=e6411f7091b621576bb8d7d909861b24af7ccc31534058ba5f922f9b3e3970f0 | |
| 微观短剧 | 成功 | | 1007.016 | 0.413 | 0.029 | 219.097 | 275.267 | 318.424 | 0.002 | 193.166 | https://tv-video.cdn.drama.9ddm.com/22/A0/22A0BFFF46651CC23355B115F6307653.mp4?timestamp=1778490635&sign=8ed8a07d229ab909d1ec0acbb4c90122 | |
| 新韩剧网 | 成功 | | 8481.589 | 0.231 | 0.0 | 0.0 | 2376.709 | 1735.055 | 1704.59 | 2664.439 | https://cdn.yzzyvip-29.com/20260201/16425_49d7d186/index.m3u8 | |
| 星星短剧 | 成功 | | 1243.749 | 0.203 | 0.0 | 0.0 | 462.744 | 634.136 | 0.003 | 146.182 | https://img.novel.wsljf.xyz/shortPlay-mp4/420424102051841/EvnIm1746774634078/abc6208e-390b-4533-a1a4-b9e5741cc384/540x960/output.m3u8 | |
| 木偶 | 成功 | | 4616.466 | 0.307 | 0.0 | 0.0 | 2160.795 | 2204.33 | 0.008 | 250.7 | https://115cdn.com/s/swf0zna36dh?password=p696 | |
| 樱花动漫 | 失败 | 地址校验 | 17328.695 | 0.327 | 0.001 | 0.001 | 4225.688 | 4583.181 | 6593.55 | 1925.021 | https://v.lzcdn27.com/20260215/5293_35f4e89c/index.m3u8 | HTTP 404 |
| 橘子TV | 成功 | | 17576.686 | 0.644 | 2486.652 | 2272.318 | 2446.613 | 2698.253 | 7589.623 | 81.897 | https://ad.kpyy258.com/m3u87/share/7256561/7452333/20260503/185008/1080/index.m3u8?sign=8b8f3035f3fd40c60c2ce7926d39c9da&t=1778490653 | |
| 欧歌 | 成功 | | 6075.092 | 0.428 | 0.0 | 0.0 | 2734.26 | 1767.662 | 0.006 | 1572.261 | https://pan.baidu.com/s/1plecwmM4KBFNk_hU52nJIQ?pwd=8888 | |
| 毒舌影视 | 失败 | 地址校验 | 12758.022 | 0.341 | 0.001 | 2581.573 | 2393.275 | 2462.777 | 2647.886 | 2671.682 | https://cdn.yddsha2.com/m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8 | HTTPSConnectionPool(host='cdn.yddsha2.com', port=443): Max retries exceeded with url: /m3u87/share/7398015/7593829/20260511/121559/1080/master.m3u8 (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1081)'))) |
| 河马短剧 | 成功 | | 2747.38 | 0.311 | 0.001 | 669.804 | 654.787 | 1356.928 | 0.026 | 64.573 | https://dzzt-video.cbread.cn/620fddcdecb4360a618e381ed2e5f87d/6a02ec10/58/5x3/53x4/534x6/53468100014/612428785_1/612428785.720p.narrowv3.mp4 | |
| 滴答影视 | 成功 | | 3988.853 | 0.354 | 0.001 | 0.001 | 1746.813 | 2031.323 | 0.005 | 209.789 | https://pan.quark.cn/s/98a640e2e3ee | |
| 潮流APP | 成功 | | 803.345 | 0.292 | 0.002 | 129.602 | 116.83 | 155.257 | 309.107 | 91.26 | http://210.16.164.53:9090/nby/m3u8/getM3u8?name=jx.91by.top&time=1778490641533&url=NBY-e84585334a25c5b49078dfac81549a0b.m3u8 | |
| 爱奇艺 | 成功 | | 4763.589 | 0.606 | 0.017 | 3197.428 | 1045.681 | 256.895 | 0.002 | 261.116 | http://www.iqiyi.com/v_vd55wo89uk.html | |
| 爱看 | 失败 | 地址校验 | 6390.726 | 0.248 | 0.0 | 0.001 | 717.647 | 3736.443 | 0.004 | 1935.964 | https://vv.jisuzyv.com/play/epY8RMra/index.m3u8 | HTTPSConnectionPool(host='vv.jisuzyv.com', port=443): Max retries exceeded with url: /play/epY8RMra/index.m3u8 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1081)'))) |
| 独播库 | 成功 | | 7445.059 | 0.248 | 0.0 | 0.001 | 1818.492 | 1853.28 | 1929.912 | 1842.443 | https://vid.dbokutv.com/20260416/ppotb62-S71lT2yliZApDBSvkYzBsrmD3fpCJ4nBsHgTcyo5xOy6ejP7DiStHqR2qmCIqmCp8nE44oGZakRN0q/chunklist.m3u8 | |
| 玩偶哥哥 | 成功 | | 5062.408 | 0.257 | 0.0 | 0.0 | 1965.963 | 1934.822 | 0.004 | 1160.996 | https://pan.baidu.com/s/1hbYaibe8p-HfdhIUP7vvFA?pwd=f8x5 | |
| 玩偶聚合 | 成功 | | 5953.172 | 0.35 | 0.0 | 0.064 | 2046.197 | 2721.339 | 0.002 | 1184.763 | https://pan.baidu.com/s/1wlGptZsrXaSU5zwTNON1MA?pwd=wogg | |
| 瓜子 | 成功 | | 8250.615 | 0.311 | 0.001 | 0.02 | 2023.645 | 3864.409 | 1895.99 | 465.064 | https://vd.hxcztech.com/1b506f5009a9b786d0fbe876b0cb3b0c/20260511171050/decry/vd/20260311/MjYwZjE1YTRkO/172631/1998_1080/aac/h264/hls/decrypt/index.m3u8 | |
| 百度短剧 | 成功 | | 2118.693 | 0.259 | 0.0 | 496.268 | 246.073 | 1063.803 | 222.068 | 89.367 | http://vd3.bdstatic.com/mda-rh54j6is12ydd0q3/1080p/mv_cae264_backtrack_1080p_normal/1754453773225130912/mda-rh54j6is12ydd0q3.mp4?v_from_s=haokan-ui-video-hna | |
| 盘Ta | 成功 | | 1015.098 | 0.384 | 0.001 | 320.767 | 251.591 | 273.186 | 0.024 | 168.526 | https://yun.139.com/shareweb/#/w/i/2sUfBKpu5QBqz | |
| 盘尊社区 | 失败 | 视频详情 | 4763.575 | 0.502 | 0.001 | 0.001 | 2412.858 | 2348.675 | 0.0 | 0.0 | | 详情缺少播放源或播放列表 |
| 盘聚 | 成功 | | 7343.014 | 0.474 | 0.001 | 0.001 | 1807.077 | 1986.986 | 1967.209 | 1580.798 | https://pan.baidu.com/s/1NiQJW0DJBw8FR_Y1_k8Yig?pwd=ojmk | |
| 短剧优选 | 成功 | | 6105.836 | 0.962 | 597.563 | 4016.486 | 930.795 | 490.373 | 0.003 | 68.883 | https://cdn-vod-playlet.wtzw.com/asset/b936eac78f199fd865afbe3c5b707e7f/play_multi_video/6f7310c287644b7c813ab8e2eb7a4a0c/f1223068052dd7f1bc88718af4b2c0e4.m3u8 | |
| 短剧网 | 成功 | | 3942.963 | 1.561 | 0.002 | 0.001 | 2732.715 | 961.585 | 0.01 | 245.586 | https://pan.quark.cn/s/5be7fea2409f | |
| 糯米 | 成功 | | 2430.785 | 0.492 | 0.001 | 311.322 | 671.536 | 273.101 | 407.593 | 764.978 | https://vip.123pan.cn/1853039965/dy/东北往事极恶不赦.m3u8 | |
| 红果短剧 | 失败 | 分类列表 | 281.227 | 0.324 | 0.0 | 0.0 | 280.752 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 网易云音乐 | 失败 | 未预期异常 | 1645.789 | 0.396 | 0.0 | 641.674 | 792.805 | 0.015 | 206.878 | 0.0 | | Expecting value: line 1 column 1 (char 0) |
| 耐视点播 | 失败 | 分类列表 | 5323.242 | 0.256 | 0.0 | 0.0 | 5322.424 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 腾讯视频 | 成功 | | 2507.379 | 0.811 | 0.0 | 1089.638 | 311.391 | 822.089 | 0.003 | 282.163 | https://v.qq.com/x/cover/mzc002009g0nh88/w4102d4f4ur.html | |
| 至臻 | 成功 | | 5276.972 | 0.366 | 0.001 | 0.001 | 3266.223 | 1745.511 | 0.007 | 264.156 | https://pan.quark.cn/s/b3e194803b59 | |
| 芒果 | 成功 | | 1327.128 | 0.441 | 0.0 | 0.001 | 396.091 | 517.341 | 0.001 | 412.595 | https://www.mgtv.com/b/731684/24256393.html | |
| 茶杯狐 | 失败 | 地址校验 | 12374.187 | 1.045 | 0.001 | 3913.676 | 1375.842 | 1140.997 | 2160.33 | 3781.487 | https://vip.ffzy-plays.com/20260511/53449_d36f905d/index.m3u8 | HTTP 403 |
| 虎斑 | 成功 | | 5720.616 | 0.506 | 0.001 | 0.001 | 2083.173 | 2725.291 | 0.021 | 910.29 | https://pan.baidu.com/s/1aTT5yy3QuYPxWz-s4vz4aA?pwd=b5b5 | |
| 蜡笔 | 成功 | | 5146.577 | 0.38 | 0.0 | 0.001 | 3326.634 | 799.045 | 0.013 | 1019.965 | https://pan.baidu.com/s/1NiPgbk9_FIhSYfmGm-Cqxg?pwd=q5m6 | |
| 袋鼠影视 | 失败 | 地址校验 | 4453.057 | 0.529 | 0.0 | 0.001 | 1286.589 | 832.225 | 856.295 | 1475.63 | https://v10.baofeng10.com/video/xiangxinwojiaxianzhizhenmianmu/5d222521d913/index.m3u8 | HTTP 404 |
| 路漫漫 | 失败 | 未预期异常 | 19841.955 | 0.41 | 0.001 | 0.001 | 1424.392 | 1228.133 | 17185.342 | 0.0 | | HTTPSConnectionPool(host='yun.92cj.com', port=443): Max retries exceeded with url: /yunbox/?type=vxdev&vid=1071_0bc354askaabemajexgxvfus53yeexxqcjka&referer=https://www.lmm85.com/play/8030_1_1.html (Caused by ConnectTimeoutError(<HTTPSConnection(host='yun.92cj.com', port=443) at 0x7ed5b76b9e50>, 'Connection to yun.92cj.com timed out. (connect timeout=15)')) |
| 酷我听书 | 失败 | 地址校验 | 4508.909 | 0.336 | 0.0 | 409.861 | 117.996 | 3681.574 | 140.531 | 157.23 | http://lv.sycdn.kuwo.cn/5612796c8193285bc329505fefb096e2/6a019d1e/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$ | HTTP 403 |
| 酷狗音乐 | 成功 | | 2210.431 | 2.274 | 595.138 | 333.298 | 424.618 | 386.1 | 413.489 | 54.21 | http://fsdg360.tx.kugou.com/202605111710/22d256027c87066e295611461503e1ad/v3/fe31adeed5e32b5c8716be52c9be5109/yp/p_0_960115/ap1013_us0_mic85f71c379c462618de1399950957c33_pi6101_mx330023250_qu128_s2916735058.mp3?ft=car_203559_10049&fts=b05bb02d44717442054bac7624ed9a29&ext=.mp3 | |
| 金牌 | 成功 | | 2849.851 | 0.294 | 0.0 | 1484.044 | 250.542 | 266.013 | 269.784 | 577.796 | https://ppvod011.blbtgg.com/splitOut/20260318/1267932/V20260318194542050871267932/index.m3u8?auth_key=1778490653-3b9338fdda634eebb6f902134635edfd-0-de8083f485cb88dbd34c4cb2d1019597 | |
| 闪电 | 成功 | | 4407.361 | 0.313 | 0.0 | 0.0 | 1152.498 | 2436.956 | 0.009 | 816.983 | https://drive.uc.cn/s/e145774bc14b4?public=1 | |
| 雷鲸 | 失败 | 视频详情 | 4174.826 | 0.688 | 0.001 | 0.002 | 3194.571 | 979.23 | 0.0 | 0.0 | | 详情缺少播放源或播放列表 |
| 飞快TV | 失败 | 地址校验 | 12103.471 | 0.292 | 0.0 | 0.001 | 3900.037 | 4108.74 | 3015.682 | 1078.246 | https://v10.baofeng10.com/video/mafukazhenshishenhua/2c2d27d77672/index.m3u8 | HTTP 404 |
| 高清猫 | 失败 | 分类列表 | 1060.648 | 0.467 | 0.0 | 0.005 | 1059.542 | 0.0 | 0.0 | 0.0 | | 分类视频列表为空 |
| 魔方APP | 失败 | 首页分类 | 1568.404 | 1.44 | 0.005 | 1566.434 | 0.0 | 0.0 | 0.0 | 0.0 | | 分类列表为空 |
| 麦田影院 | 失败 | 未预期异常 | 2386.088 | 0.534 | 0.001 | 0.002 | 2383.976 | 0.0 | 0.0 | 0.0 | | ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) |
| 黑猫APP | 失败 | 地址校验 | 6233.171 | 1.97 | 0.008 | 976.208 | 1054.528 | 909.409 | 0.016 | 3288.957 | https://vip.ffzy-plays.com/20260511/53448_da254751/index.m3u8 | HTTP 403 |